Azure / AzureStack-Tools

Scripts and tools that help customers use Azure and Azure Stack
MIT License
248 stars 271 forks source link

Add VM scale set gallery item failed due to $container is null in multi-box AzureStack environment #154

Closed RobinBao closed 7 years ago

RobinBao commented 7 years ago

$container is not assigned in creating a storage container when it is found $null.

RobinBao commented 7 years ago

latest branch has fix: $container = Get-AzureStorageContainer -Name $cName -ErrorAction SilentlyContinue