Azure SDK for Python in Docker container
Using Docker can be really annoying if you are trying to use it for purposes it probably was not designed for - at least in my »
Using Docker can be really annoying if you are trying to use it for purposes it probably was not designed for - at least in my »
During the custom Linux build agent deployment for Visual Studio Team Services (Ubuntu Server 18.04-LTS) I noticed that there is an issue with something I »
If you need to validate a WebHook endpoint for Azure Event Grid, you have at least two options: Implement validation method in your application, which you »
Direct API Calls to Azure Resource Manager REST API is useful mostly in two scenarios - when integrating ARM functions in some application and when Portal, »
Last time (link) I described how to create Python 3.6 environment for Azure Functions deployments. Basing on what I described, I've had an occasion to »