Skip to main content
0 votes
0 answers
22 views

I am trying to rename a file uusing the AZ command on Azure CLI using the below command: az login --service-principal \\ --username "\<USERNAME\>" \\ --password "\<...
krishanu tripathi's user avatar
0 votes
1 answer
60 views

I’m trying to create an Azure Kubernetes Service (AKS) Automatic cluster with my own custom node pool configuration, such as specifying: VM size (Standard_D8s_v3) Node count or autoscaler range I ...
user30090146's user avatar
1 vote
1 answer
119 views

I'm trying to automate the activation of my PIM Entra ID role for Azure Tenant with either Azure CLI or PowerShell. I've followed the answers in Activate PIM role for Azure resources via REST / ...
Daniel M.'s user avatar
  • 305
0 votes
1 answer
57 views

I have a Azure Web App with NodeJS Runtime. I am using the following command to deploy published zip files. az webapp deploy --resource-group test-rg --name AppName001 --src-path C:\path\to\publish....
fahadash's user avatar
  • 3,313
0 votes
0 answers
36 views

I wanted developers to include governance metadata in their swagger and use a script to retrieve all API information to build reports of our APIs. I filled this set of x-headers as a start in my ...
ClaudeVernier's user avatar
1 vote
0 answers
37 views

I need to stop an Azure VMSS using azure CLI command but when I use az vmss stop command, VMSS instances start after some time. I figured out it happens due to Health Repair option being enabled on ...
Neha Bhadwal's user avatar
0 votes
0 answers
93 views

I am trying to create a WAF Policy and assign it the Microsoft_DefaultRuleSet 2.1. I am using Azure CLI 2.76,0 I am getting this error: (BadRequest) WebApplicationFirewallPolicy validation failed. ...
Herald Gjura's user avatar
0 votes
1 answer
65 views

I have an Azure App Service which is protected via private end point and network is disabled. Also it has a custom domain which is just in company network reachable, also inside of devops agent. I ...
Imran Sh's user avatar
  • 1,806
0 votes
1 answer
59 views

I have an azure basic Todo App with db and have command in mu yml file to generate migration bundle and i am publishing my app to azure with db migrations using github sync from visual studio code . I ...
Heemanshu Bhalla's user avatar
1 vote
1 answer
137 views

I'm trying to test a .NET 8 console app in Azure CLI, but I see an error. I used "Manage files" to upload the exe and all needed files: PS /home/david> ls Azure.Core.dll ...
David Alejandro García García's user avatar
1 vote
1 answer
120 views

I'm using the following API, it works with regular roles such as "Reader":"acdd72a7-3385-48ef-bd42-f606fba81ae7". az rest --method get --url 'https://management.azure.com/providers/...
Daniel M.'s user avatar
  • 305
0 votes
1 answer
90 views

I want to automate the process of creating a new Azure subscription and add all the necessary custom roles and resources required for a new environment. The problem I'm stuck on is the first step of ...
Idan Shalom Agamy's user avatar
1 vote
1 answer
163 views

I am configuring AFD with az cli and I am running in an issue. I have two custom domains: $afd_custom_domain_1="www-mydomain-com" #this is id for domain 1 $afd_custom_domain_2=&...
Herald Gjura's user avatar
-1 votes
2 answers
82 views

I'm new to Azure Cli, I have been trying a basic task, but I dont know why it never finish, any idea? I manually created a pool called (batch account/pools/) Pool ID:test-pool-id1, Operating System:...
David Alejandro García García's user avatar
0 votes
1 answer
179 views

I'm trying to bind a certificate from Azure Traffic Manager to my Azure Web App using the Azure CLI. The first two commands work fine, but the third one fails saying the certificate with the ...
Hiten Samalia's user avatar

15 30 50 per page
1
2 3 4 5
159