Contents tagged with azure storage
-
Using Azure to provide a holding page for a site that's not available
One of the fantastic things about Azure is how quickly you can spin up, and down, services as and when you need them. In a world where not everything's been migrated to the cloud yet this can be …
-
Storing metadata against Azure Storage Blobs
I've known for a while that you can associate aribitrary metadata with Azure Storage Blobs, docs.microsoft.com has Set and retrieve properties and metadata which gives an example of setting …
-
Using the Azure Storage Emulator
As I'm gearing up to continue my series of posts on the subject of migrating an application to Azure, one of the things that occured to me was that the existing implementation has unit tests. …
-
Backing up SVN to Azure Storage
Related posts:
Backing up SQL Server to Azure storage - doing it the long way round
Until such time as I finally get round to the item on my TO DO list that's all about replacing my on-prem SVN …
-
Restricting access to Azure resources with Virtual Network service endpoints & Firewall
So, there have been a couple of related announcements from the Azure peeps over the past few days:
Azure Networking announcements for Ignite 2017
Announcing Virtual Network integration for Azure …
-
Creating an Azure function that triggers when a blob is uploaded - Publishing to Azure from Visual Studio 2017
Parts to this series:
Creating an Azure function that triggers when a blob is uploaded
Creating an Azure function that triggers when a blob is uploaded - Creating and running in Visual Studio 2017 …
-
Creating an Azure function that triggers when a blob is uploaded - Sending an email via Office 365
Parts to this series:
Creating an Azure function that triggers when a blob is uploaded
Creating an Azure function that triggers when a blob is uploaded - Creating and running in Visual Studio 2017 …
-
Creating an Azure function that triggers when a blob is uploaded - Creating and running in Visual Studio 2017
Parts to this series:
Creating an Azure function that triggers when a blob is uploaded
Creating an Azure function that triggers when a blob is uploaded - Creating and running in Visual Studio 2017 …
-
Creating an Azure function that triggers when a blob is uploaded
Parts to this series:
Creating an Azure function that triggers when a blob is uploaded (this one)
Creating an Azure function that triggers when a blob is uploaded - Creating and running in Visual …
-
Check Azure storage pricing over the period you're going to store the data for
I know this one probably seems obvious, but it didn't really occur to me just how much the "headline" pricing hides the difference in cost between different Azure storage options and models. If you …