Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

some azure tweaks #215

Merged
merged 7 commits into from
Nov 1, 2014
Merged

some azure tweaks #215

merged 7 commits into from
Nov 1, 2014

Commits on Oct 31, 2014

  1. detect deployed git HEAD in azure

    When deployed on MS azure, the available git commit used to deploy the
    software is available in the SCM_COMMIT_ID environment variable.
    We encourage all hosting providers to provide some similar facility to
    avoid spawning spurious processes.
    
    Thanks to @shanselman for reminders and pointers to the fix.
    bewest committed Oct 31, 2014
    Configuration menu
    Copy the full SHA
    2deb1a8 View commit details
    Browse the repository at this point in the history
  2. Forcing SSL for Azure

    Forcing SSL for Azure
    Node Debugging Support for Azure
    Correct Git Attributes
    Node web.config for Azure, and removed it from gitignore
    shanselman committed Oct 31, 2014
    Configuration menu
    Copy the full SHA
    2acba2a View commit details
    Browse the repository at this point in the history
  3. Enabling Websockets!

    Enabling Websockets if they are on. Need to confirm if they need to be
    turned on manually.
    shanselman committed Oct 31, 2014
    Configuration menu
    Copy the full SHA
    0b53c07 View commit details
    Browse the repository at this point in the history
  4. Typo

    shanselman committed Oct 31, 2014
    Configuration menu
    Copy the full SHA
    5f34250 View commit details
    Browse the repository at this point in the history
  5. Enabling node websockets

    Counter-intuitively this needs to be FALSE so IIS can let go of
    websockets and node can take over.
    shanselman committed Oct 31, 2014
    Configuration menu
    Copy the full SHA
    db947fe View commit details
    Browse the repository at this point in the history
  6. Merge pull request #213 from nightscout/wip/azure/git-head

    detect deployed git HEAD in azure
    bewest committed Oct 31, 2014
    Configuration menu
    Copy the full SHA
    9c229c2 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #214 from shanselman/wip/azuresslforce

    Forcing SSL for Azure PLUS adding WebSockets support
    bewest committed Oct 31, 2014
    Configuration menu
    Copy the full SHA
    8699783 View commit details
    Browse the repository at this point in the history