This is a dedicated watch page for a single video.
We need to upload a blob to a storage account (Prod-storage01). You have created the storage context using the below PowerShell command. $Storage = “Prod-storage01” $Container = container1. $Context = New-AzStorageContext -StorageAccountName $Storage -UseConnectedAccount We need to upload a BLOB to a container. Which PowerShell cmdlet allows you to upload a Blob to a container? _______________ -Container $Container -File “Prod-RG1.json” -Blob “Prod-RG1.json” -context $Context -StandardBlobTier Hot