python
-
Azure Functions is a serverless compute service in Azure which lets you run event-triggered code without managing infrastructure. It is used for lightweight, single-purpose tasks. Azure Functions charges only for the compute time used. This service is ideal for scenarios where you would like to respond to events or perform background tasks without needing a…
-
In this blog I will be going through a tool which you can use to turn the analytic rules which exist into your environment into a ARM template which you can then deploy. (Please note this only currently supports scheduled analytic rules). This means, if you have an analytic rule which exists only in your…
-
A while ago I had to create a Flask application and was a bit stuck on how to deploy it to Azure App Service. I thought it would be difficult with a bunch of code being needed to be changed prior to deployment, but it ended up being incredibly easy – I just missed a…