Azure Azure App Service Free Managed Certificates Today, Azure has made security even easier with the introduction of App Service Certificates, right in the Azure App Service Site Blade.
ASP.Net Core Custom Docker Containers in your Azure Web App - Part 2 Part 1 of this services, contains the details you need to create a Docker Image and Container locally to verify it's all working as you expect. Then build, tag, push it to a provisioned Docker Registry manually for use elsewhere.
Azure App Service Featured Custom Docker Containers on Azure Web Apps - Part 1 Over the last few months, we've moved all our sites to Custom Docker Containers deployed on Azure Web Apps. This gives us a lot of flexibility in testing and deployment. In this series
Azure Streaming a file into Azure Storage via Azure Web Apps and ASP.NET Web API TL;DR Get a Memory stream of the file from HTTP Request Context, then use the Azure Storage Async APIs to stream it into the cloud. The Code ASP.Net Web API doesn't have the same upload mechamism that ASP.Net MVC does but you can get a
Azure Azure CLI - Handy Commands Login into Azure CLI (bit of a hand shake process with it) azure login Set the azure mode to work with azure config mode arm/asm Set the specific azure subscription to work with azure account set {name of account} Tail the logs for the site that you want to
Azure Changing the IIS Version Number Sometimes when installing new modules into IIS (7.5 in this case) they are not "supported" for this version of IIS but you need to install them anyway. You also don't necessarily have an alternative to you just need to go with it :) . Here is a
Azure Updating Resource Group references for Azure Key Vault and App Service Certificate. Created a wild card SSL certificate in the Azure Portal. The process was very painless and this tutorial [https://azure.microsoft.com/en-us/documentation/articles/web-sites-configure-ssl-certificate/] online describes the process in great detail. Just on update from me on it is that you'll have to wait a little
Azure Featured Azure Live Media Services - Integrating Expression Encoder 4 with Channels and Programs. (Note: Expression Encoder 4 Pro (which I am using) has gone end of life but I still find it a great piece of software for live smooth streaming, using H.264 and AAC audio. If anyone knows of a good equivalent software based streaming SDK, please do let me know.