Category: Azure rss

Posts

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.