How To Create Availability Tests for Azure App Service in Bicep 💪

Опубликовано: 10 Март 2026
на канале: Will Velida
1,457
16

One important aspect of any web application is its availability. Azure provides many tools that ensures your application is up and running, one of them being availability tests, which allow you to periodically check the availability of your application. You can also generate alerts should your web application become unavailable.

In this video, we’ll create a Bicep template that provisions all the resources that we’ll need (the web app, Application Insights instance, action groups etc.) and then disable our web application to trigger the alerts when our application is unavailable.

If you have any questions, feel free to ask in the comment section below or feel free to reach out to me either on Twitter or LinkedIn.

Twitter:   / willvelida  
LinkedIn:   / willvelida  

Get the code: https://github.com/willvelida/app-ser...
Blog post: https://www.willvelida.com/posts/azur...
Creating monitoring resources with Bicep: https://learn.microsoft.com/en-us/azu...
Application Insights availability tests: https://learn.microsoft.com/en-us/azu...