DORSETRIGS
Home

azure-cli (38 post)


posts by category not found!

Azure CLI Get Current Subscription details

Unveiling Your Azure Subscription A Guide to Azure CLI for Subscription Details Navigating the vast landscape of Azure can feel overwhelming especially when you

2 min read 06-10-2024 38
Azure CLI Get Current Subscription details
Azure CLI Get Current Subscription details

Azure CLI: delete all untagged images within a repository in one command

Cleaning Up Your Azure Container Registry Deleting Untagged Images in One Command Maintaining a clean and efficient Azure Container Registry ACR is crucial for

2 min read 06-10-2024 42
Azure CLI: delete all untagged images within a repository in one command
Azure CLI: delete all untagged images within a repository in one command

Using outputs of Powershell in Github Actions

Harnessing the Power of Power Shell Outputs in Git Hub Actions Git Hub Actions are a powerful tool for automating your workflows and Power Shell is a versatile

3 min read 05-10-2024 45
Using outputs of Powershell in Github Actions
Using outputs of Powershell in Github Actions

Azure cli cant connect due to Invalid client secret provided

Troubleshoot Invalid Client Secret Provided Error in Azure CLI Connecting to Azure resources using the Azure CLI is a breeze but sometimes you might encounter a

2 min read 05-10-2024 46
Azure cli cant connect due to Invalid client secret provided
Azure cli cant connect due to Invalid client secret provided

How to deploy multiple models to an endpoint using Azure Machine Learning CLI v2?

Deploying Multiple Models to a Single Endpoint using Azure Machine Learning CLI v2 Deploying machine learning models to production is a crucial step in deliveri

3 min read 05-10-2024 47
How to deploy multiple models to an endpoint using Azure Machine Learning CLI v2?
How to deploy multiple models to an endpoint using Azure Machine Learning CLI v2?

az login error: Please ensure you have network connection. Error detail: HTTPSConnectionPool(host='login.microsoftonline.com', port=443)

Please ensure you have network connection Troubleshooting Azure Login Errors Scenario You re trying to log into Azure using the az login command but you re met

2 min read 05-10-2024 40
az login error: Please ensure you have network connection. Error detail: HTTPSConnectionPool(host='login.microsoftonline.com', port=443)
az login error: Please ensure you have network connection. Error detail: HTTPSConnectionPool(host='login.microsoftonline.com', port=443)

Delete all the resources but not the resource group using Azure CLI

Deleting Azure Resources Without Touching the Resource Group A Comprehensive Guide Managing your Azure resources effectively is crucial for cost optimization an

2 min read 05-10-2024 36
Delete all the resources but not the resource group using Azure CLI
Delete all the resources but not the resource group using Azure CLI

How to update ACR password in the Azure container app secrets without using UI?

Updating ACR Password in Azure Container App Secrets A No UI Approach Managing container registry passwords securely within Azure Container Apps can be a challe

2 min read 05-10-2024 46
How to update ACR password in the Azure container app secrets without using UI?
How to update ACR password in the Azure container app secrets without using UI?

Switch az login from Windows Account Manager back to Web Access manager

Switching Your Azure Login Back to Web Access Manager A Step by Step Guide Problem You ve accidentally switched your Azure login method from the familiar web ba

2 min read 05-10-2024 39
Switch az login from Windows Account Manager back to Web Access manager
Switch az login from Windows Account Manager back to Web Access manager

is it possible to "provision domain" using "Azure CLI"?

Can You Provision Domains with Azure CLI A Deep Dive Many developers and IT professionals rely on the powerful Azure CLI to manage their cloud resources But can

2 min read 04-10-2024 34
is it possible to "provision domain" using "Azure CLI"?
is it possible to "provision domain" using "Azure CLI"?

How do you delete old vm versions using az cli?

How to Delete Old VM Versions Using Azure CLI Managing virtual machines VMs in Azure effectively is essential for optimal resource usage and cost management As

2 min read 30-09-2024 38
How do you delete old vm versions using az cli?
How do you delete old vm versions using az cli?

az role assignment delete: The request did not have a subscription or a valid tenant level resource provider

Understanding Azure Role Assignment Deletion Errors Subscription and Tenant Level Issues When working with Azure Role Assignments you may encounter various erro

3 min read 30-09-2024 42
az role assignment delete: The request did not have a subscription or a valid tenant level resource provider
az role assignment delete: The request did not have a subscription or a valid tenant level resource provider

Creating Azure DevOps Workload Identity Federation with Az CLI/Az PS

Creating Azure Dev Ops Workload Identity Federation with Azure CLI Azure Power Shell Azure Dev Ops is a powerful platform that supports collaborative software d

3 min read 30-09-2024 43
Creating Azure DevOps Workload Identity Federation with Az CLI/Az PS
Creating Azure DevOps Workload Identity Federation with Az CLI/Az PS

How to specify the repository for az repos pr policy list command?

How to Specify the Repository for az repos pr policy list Command When managing pull request PR policies in Azure Dev Ops it s essential to know how to specify

2 min read 28-09-2024 39
How to specify the repository for az repos pr policy list command?
How to specify the repository for az repos pr policy list command?

az monitor diagnostic-settings create Azure CLI Command gives an error when run from GitBash Terminal

Troubleshooting the az monitor diagnostic settings create Command in Git Bash When using Azure CLI commands users sometimes encounter issues depending on the te

2 min read 23-09-2024 57
az monitor diagnostic-settings create Azure CLI Command gives an error when run from GitBash Terminal
az monitor diagnostic-settings create Azure CLI Command gives an error when run from GitBash Terminal

Bash Script Failing to Create Resource Group & Storage Account

Troubleshooting Bash Script Failing to Create Resource Group and Storage Account When automating cloud resource management a common task is creating a resource

2 min read 23-09-2024 48
Bash Script Failing to Create Resource Group & Storage Account
Bash Script Failing to Create Resource Group & Storage Account

How do I change from Bring Your Own Certificate to Azure Managed for an App Service?

Transitioning from Bring Your Own Certificate to Azure Managed Certificate for Azure App Service Managing SSL certificates for your web applications can be a co

3 min read 20-09-2024 48
How do I change from Bring Your Own Certificate to Azure Managed for an App Service?
How do I change from Bring Your Own Certificate to Azure Managed for an App Service?

How to export configs from azure app configuration to app service in a different subscription?

How to Export Configurations from Azure App Configuration to an App Service in a Different Subscription In todays cloud centric environment applications are oft

2 min read 20-09-2024 45
How to export configs from azure app configuration to app service in a different subscription?
How to export configs from azure app configuration to app service in a different subscription?

Az.cmd closes immediately

Troubleshooting the Issue Az cmd Closes Immediately If you ve ever encountered the frustrating issue of the Az cmd command line tool closing immediately after e

3 min read 16-09-2024 44
Az.cmd closes immediately
Az.cmd closes immediately

Why do I get validation errors when running Azure DevOps YAML pipelines from az CLI?

Understanding Validation Errors in Azure Dev Ops YAML Pipelines via Azure CLI When working with Azure Dev Ops and utilizing YAML pipelines developers often run

2 min read 16-09-2024 45
Why do I get validation errors when running Azure DevOps YAML pipelines from az CLI?
Why do I get validation errors when running Azure DevOps YAML pipelines from az CLI?

Azure Devops - How to pass database connection string as environment variable dynamically (azure cli)

Azure Dev Ops How to Pass Database Connection String as an Environment Variable Dynamically Using Azure CLI In today s cloud driven development environment mana

3 min read 16-09-2024 59
Azure Devops - How to pass database connection string as environment variable dynamically (azure cli)
Azure Devops - How to pass database connection string as environment variable dynamically (azure cli)

How do I generate a list of all the times I've restored an Azure SQL Database?

Tracking Azure SQL Database Restores A Comprehensive Guide Restoring an Azure SQL Database is a common operation for database administrators especially when dea

2 min read 13-09-2024 52
How do I generate a list of all the times I've restored an Azure SQL Database?
How do I generate a list of all the times I've restored an Azure SQL Database?

Space separated values; how to provide a value containing a space

Handling Spaces in Space Separated Values A Guide for Bash Scripts When working with space separated values SSV in bash scripts you might encounter the challeng

2 min read 05-09-2024 55
Space separated values; how to provide a value containing a space
Space separated values; how to provide a value containing a space

How to run Azure CLI commands in Azure Automation Account Python Runbook or Powershell Runbook

Running Azure CLI Commands in Azure Automation Runbooks This article explores how to integrate Azure CLI commands into your Azure Automation Runbooks both Pytho

3 min read 05-09-2024 49
How to run Azure CLI commands in Azure Automation Account Python Runbook or Powershell Runbook
How to run Azure CLI commands in Azure Automation Account Python Runbook or Powershell Runbook

AZ CLI query filter on multiple properties using &&

Filtering Azure CLI Results Mastering the Art of AND with and and The Azure CLI az offers powerful filtering capabilities using JMES Path a query language that

2 min read 05-09-2024 47
AZ CLI query filter on multiple properties using &&
AZ CLI query filter on multiple properties using &&