When I moved from using mostly AWS to using mostly Azure at work, I did not find the transition too painful. However while I mostly…
Tag: Azure
Now that we have covered getting basic Python functions to work in Azure Functions, lets see about making them more useful. Two things it would…
Azure Functions offer the opportunity to run a wide variety of code in a serverless fashion. Function Apps generally work well for microservices and other…