Page History
Prerequisites - Azure
- Azure account
- App Service Plan (Free Tier not supported)
Prerequisites – CardioLog Analytics
...
Architecture DRAFT
Configuration Steps
Step 1 – Create Azure App Service to host the CardioLogAgent web application
- Browse to the Azure Portal
- Under Web > select App Services
- Click Create
- Under Create Web App:
- Under Project Details > Fill out the Subscription and Resource Group
- Under 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.
- Under App Service Plan > Windows Plan > select or create app service plan
- Click Review + Create and compete the web app creation.
- Go Once the creation has been completed > go to the created app service > Configuration > General settings > Set “Always on” to On > Save
...
- In Azure, go to the App Service main screen > Settings > Networking Under > Hybrid Connections > Configure your hybrid connection endpoints
- Add hybrid connection > Create new hybrid connection:
- Name: name of your choice, for example: cardiologagent-hybrid-connection
- Endpoint Host: [CardioLog server name]
- Endpoint port: [CardioLog port, default is 29999]
- Service bus namespace > Create new:
- Location: select the same location as the App Service
- Name: name of your choice, for example: cardiologagent-service-bus
...