Skip to main content
Jorge Bernhardt Jorge Bernhardt

Set-AzStorageBlobContent

2019

Azure Storage: Managing containers and blobs
·762 words·4 mins· 100 views · 5 likes
Azure PowerShell Connect-AzAccount Get-AzStorageAccountKey Get-AzStorageBlob
Hello everyone, in this post, I want to show you the Azure PowerShell commands that I have been collecting to manage containers and blobs in the Azure Storage service. Prerequisites
How to Host a Static Website Directly on an Azure Storage Account
·522 words·3 mins· 100 views · 5 likes
Azure PowerShell Connect-AzAccount Enable-AzStorageStaticWebsite Get-ChildItem
Today, in this post, I want to show you how to use Azure PowerShell to create a static website in Azure Storage GPv2 accounts. This interesting functionality allows us to publish a static website without any additional cost, only the storage used.