Versions Compared

Key

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


Prerequisites - Azure

Prerequisites – CardioLog Analytics

...

Architecture DRAFT

Configuration Steps

Step 1 – Create Azure App Service to host the CardioLogAgent web application

  1. Browse to the Azure Portal
  2. Under Web > select App Services
  3. Click Create
  4. Under Create Web App:
    1. Under Project Details > Fill out the Subscription and Resource Group
    2. Under 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. Under App Service Plan > Windows Plan > select or create app service plan
    4. Click Review + Create and compete the web app creation.
  5. Go Once the creation has been completed > go to the created app service > Configuration > General settings > Set “Always on” to On > Save

...

  1. In Azure, go to the App Service main screen > Settings > Networking Under > Hybrid Connections > Configure your hybrid connection endpoints
  2. Add hybrid connection > Create new hybrid connection:
    1. Name: name of your choice, for example: cardiologagent-hybrid-connection
    2. Endpoint Host: [CardioLog server name]
    3. Endpoint port: [CardioLog port, default is 29999]
    4. Service bus namespace > Create new:
      1. Location: select the same location as the App Service
      2. Name: name of your choice, for example: cardiologagent-service-bus

...