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