Notifications
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.3KViews0likes2CommentsNotifications for a team area sent for work items not in this team
I have 1 project with 2 teams. Team A has area path X and Y. Team B has area path Z. When I add a notification for Team A, I'm not expecting to receive notifications for work items in area path Z, because Team A does not include area path Z. However work items in Z still trigger the notifications. Is this a bug? Is this intentional? I use "Deliver to Customer email address" to deliver the message to the Team lead and PM of Team A. I filter on 'A specific team project', selecting the project. In filter criteria I have - State Changes to Done - OR State Changes to Closed - OR State changes to Removed to receive a notification when a ticket is closed or finished. How can I ensure that the notification is only send for the work items visible to Team A without repeating the area paths in the filter criteria. (In practice, some of our teams have many area paths and it would be error prone to repeat them here) Thaks726Views0likes0Comments