Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Access to the internet from all end users’ workstations, make sure that the azurewebsites.net domain is not blocked by the browsers.
  • Making outbound calls from CardioLog Analytics server to Azure over port 443.

...

  1. Browse to the Azure Portal
  2. Web > select App Services
  3. Click Create
  4. Create Web App:
    1. Project Details > Fill out the Subscription and Resource Group
    2. Instance Details:
      1. Name: This will be subdomain of .azurewebsites.net. For example, mycompany-cardiologagent.azurewebsites.net
      2. Publish: Code
      3. Runtime stack: ASP.NET V3.5
      4. Operating System: Windows
      5. Region: select region of your choice. Prefer the closest to your end users.
    3. App Service Plan > Windows Plan > select or create app service plan
    4. Click Review + Create and compete the web app creation.
  5. Once the creation has been completed > go to the app service > Configuration > General settings > Set “Always on” to On > Save

...