Related questions
How to break a lease on Blob Storage in Azure with PowerShell?
How do I break a lease on an item in Blob Storage utilizing PowerShell?
I'm receiving the following when trying to upload something over the current image:
Add-AzureRmVhd : The remote server returned an error: (412) There is currently a lease on …
PowerShell script error: the string is missing the terminator:
Incredibly simple powershell script...
#Server side storage copy
$SourceStorageAccount = "myStorageAccount"
$SourceStorageKey = "myKey"
$SourceStorageContext = New-AzureStorageContext –StorageAccountName $SourceStorageAccount -StorageAccountKey $SourceStorageKey
fails with the error
At E:\DeploymentScripts\Storage\Test.ps1:6 char:51
+ ... geContext –StorageAccountName $SourceStorageAccount -StorageAccount ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ The string
is missing the terminator: ".
+ CategoryInfo : …
Azure SQL Database "DTU percentage" metric
With the new Azure SQL Database tier structure, it seems important to monitor your database "DTU" usage to know whether to upgrade or downgrade to another tier.
When reading Azure SQL Database Service Tiers and Performance Levels, it only talks …