Skip to main content

how to configure Azure CLI in windows pc

             Install Azure CLI on Windows PC

In Windows Platform the Azure CLI is installed via an MSI Application ,they gives you access to the Azure CLI Configuration  through the Using  Windows Command Prompt (CMD) or PowerShell Application .
The Azure CLI  Lettest Version is   2.0.78. 
MSI installer Download Link :  https://azurecliprod.blob.core.windows.net/msi/azure-cli-2.0.78.msi

Go to Install Download File 

Install Azure MSI File






link


After Install The Azure MSI

Enter The Command  Az login 



               



Now You able To create Resource in Azure
   


Create a resource group 

                                        az group create -l westus -n newone  (Group Name )



Delete a resource group 
       

                               az group delete -n newone  

   
Learn More to Visited 


Microsoft Azure Training in Kolkata -100% live project on Class



Azure Training in Kolkata by working industry professionals. Get Best Microsoft Azure course in Kolkata from best Azure training institute in Kolkata. Azure training in Kolkata by Talentgen Technologies on live training from Azure professionals. Microsoft Azure Training Course in Kolkata Learn 


                           



Comments

Popular posts from this blog

Python Package Install using PIP Command

Python Package Install using PIP Command  What Is PIP PIP is a standard package manager for Python packages or modules. It is one of the most famous and widely used package management system which is used to install and manage software packages written in Python and found in Python Package Index (PyPI). PIP is included by default on Python version 3.4 or later. It allows us to install and manage additional packages that are not part of the  Python standard library . Just like python, Ruby uses gem for package management, JavaScript uses npm and. NET use NuGet.  Pip stands for "Pip Installs Python". Also we can say that it stands for "Pip Installs Packages" or "Preferred Installer Program". Using Windows, We will able to install a Python package by opening  the Windows Command Prompt, and then type this command: learn more python blog 1) Python Data Type Steps to Install a Python Package using PIP Type “cmd” at Python Scripts p...

difference between on-premises data center vs cloud computing

                                 difference between on-premises data center vs cloud computing   With The Increasing adaptation and gain popularity due to the feasibility of service and security to the cloud computing solution, many organization are asking, what is the difference between on-premises data center vs cloud computing. And also many companies want to know, what is the best for my company . When thinking about the difference between on-premises data center vs cloud computing  Firstly we need to think about what we mean by the environment ? It environment depends upon the business, this could be at one site or multiple sit  It infrastructure is a combined set of hardware, software and network, etc., (including all of the information technologies related equipment) use to develop, test, mon...