Questions tagged [azure-cli2]

Azure CLI 2.0 is optimized for managing and administering Azure resources from the command line, and for building automation scripts that work against the Azure Resource Manager.

https://learn.microsoft.com/en-us/cli/azure/overview?view=azure-cli-latest

156 questions
0
votes
2 answers

Configure TDE on SQL Database using Azure CLI 2

Is there a way to use the Azure CLI 2 to turn on TDE on an existing Azure SQL Database? If yes, would you provide an example. Thank you,
0
votes
1 answer

Azure CLI jmespath query

For the JSON below, I’m trying to get the list of locations for a specific resourceType. This command: az provider list --query "[?namespace=='Microsoft.Compute']" gives me the example output (too much to include all) at the end. How do I then…
Adoyt
  • 395
  • 2
  • 4
  • 17
-1
votes
1 answer

How to install azure-cli specific version(To test experimental feature)

Currently, my az CLI version is 2.27.2 I would like to experiment with some extensions, to do this I require upgrading my version to 2.3.1(for Linux). I already searched in the Microsoft docs but I seem unable to find the information that I need.…
xalves
  • 320
  • 1
  • 18
-1
votes
1 answer

what is the support for cli az cosmosdb access to container data?

Does the az cosmosdb subgroup support accessing the data in a container? I'm looking to retrieve the json data as shown in the Data Explorer image (Json snippet shown in bottom right corner) I've looked at sub group commands like az cosmosdb sql…
user2503078
  • 737
  • 1
  • 8
  • 24
-1
votes
2 answers

How to add team administrator using azure CLI?

I created a customized team group in ADO and tried to add the team administrator by using azure cli but didn't find any related az devops command! is there any way to add the team administartor by using azure cli?
-1
votes
1 answer

Azure special characters regex contains fault ones but i cant find out which ones

I am trying to make a regex for the azure virtual machines admin passwords But it contains fault ones and the errors don't specify which ones are the fault ones and also on the azure portal there is no information on which characters you cant…
Brynn
  • 97
  • 2
  • 13
1 2 3
10
11