Private Messaging
2 TopicsAzure CLI Bash for windows platform
Hi All, I am trying to copy blob data from one Azure Subscription to another Azure Subscription using Azure CLI Bash for windows. I am able to set the below ENVIRONMENT VARIABLES successfully Set AZURE_STORAGE_ACCOUNT=<YourStorageAccount> Set AZURE_STORAGE_ACCESS_KEY=<YourStorageAccessKey> Issue 1: However, when I am trying to create a container in the Azure Storage account as specified in the AZURE_STORAGE_ACCOUNT unable to do so using below command az storage container create --name nyctaxi-staging Meanwhile, Below command able to create container successfully by explicitly mentioning Azure Storage Account Name as an option az storage container create --name nyctaxi-staging --account-name <YourStorageAccount> Issue2: Unable to access the ENVIRONMENT VARIABLE values. Tried different option but none of the options are working $AZURE_STORAGE_ACCOUNT ${AZURE_STORAGE_ACCOUNT} %AZURE_STORAGE_ACCOUNT% Please suggest how to get this resolved. Thanks Regards Vibhas Kashyap1.3KViews0likes2CommentsWVD Deployment Concern
Hi, I am planning to implement WVD where i already purchased Azure subscription mailto:contact@abc.onmicrosoft.cm and my custom done which i added is http://www.xyz.com now i have to implement WVD so on MS365 i am not able to find abc.onmicrosft.com seems it was used by some one else so i have created another MS 365 subscription "zxasd.onmicrosoft.com" and added custom domain "http://www.xyz.com If i purchase the E3 licenses and Azure AD P2 license under MS 365 "zxasd.onmicrosoft.com" it will be automatically mapped with Azure subscription "mailto:contact@abc.onmicrosoft.cm". Please confirm so that i will start working on it or what would be the alternate solution in the above scenario.1.1KViews0likes1Comment