Category: Azure rss

Posts

03 February / / Azure / Web
I’ve recently migrated some projects from older versions of .Net (4.7 and .Net Core 2.x) to .Net 5. This have given me the option to host these projects on a Linux App Service. One of the main reasons to move to a Linux based App Service is the savings in hosting costs, but it has also thrown up some gotchas that I want you to be aware of. Gotchas Before migrating your web app from a Windows App Service to a Linux App Service there are some things you should be aware of:
20 January / / .Net Core / Azure
28 November / / SQL / Azure
01 June / / SQL / Azure
03 March / / .Net Core / Azure
01 August / / .Net Core / Azure
I have a .Net console app that I have recently deployed to Azure as as a WebJob. Though it successfully deployed when it runs it exists straight away with the following error: - Job failed due to exit code -2146232576 And the WebJob status is set to ‘Pending Restart;. It turns out that I was targeting the .Net 4.7.2 framework, and Azure only supported 4.7 of the framework. After downgrading my console app to 4.
22 January / / Azure

Have you ever wanted to know how much disk space your Web App or Service is using in Azure, or wanted a quick way to find out the size of various folders in Azure.

13 August / / SQL / Azure

I was recently converting a website to have a responsive design using Bootstrap. The content is served from an Azure SQL database and I needed to make a copy of the database so I could update the content in a test environment first.