For this step, we'll use the portal to quickly create a Windows OS, Docker Container based Web App. The portal makes light work of pulling our image from the Azure Container Registry.
Once the image has been pulled, the application is available, running from the same Azure Database.
Managed Identities provide a great way for Azure services to access other Azure services with a clear RBAC system.
An Azure Web Application can be given an identity which is then leveraged when accessing the SQL Database. You will need to change your code to get an access token to use with the SQL database connection. Read more
- Logs
- Application Insights
Enable Auto-Instrumentation of your Web App Container to automatically attach an agent to the container. It will collect metrics such as requests, dependencies, latency, and stack traces.
ARR affinity is supported.