Windows azure platform articles
2014-09-30:I reorganized the previous content about azure powershell.
We know that we can manage windows azure in the following three ways:
- The Azure Management Portal is simple and intuitive
- Azure rest API, which is characterized by calling rest API for cloud development
- Azure powershell features batch operations
You can imagine how to apply for 200 virtual machines in a short time and use the azure Management Portal for operations.
However, if you are familiar with Azure powershell, you can write the powershell script and run it directly using azure powershell. You can use azure powershell to Perform Batch operations and simplify the operation steps.
In fact, whether it is azure SDK, azure management portal or azure powershell, it is a strong encapsulation of azure rest API.
Windows azure powershell requires a certain understanding of powershell.
How do I download the azure SDK?
We know that,
The Azure global website is www.windowsazure.com.
In China, the azure website operated and maintained by 21 vianet is www.windowsazure.cn.
Azure global and azure in China provide different powershell for download.
From the author's personal experience, the two powershell is not much different, I generally use azure global powershell, we can download through the http://azure.microsoft.com/en-us/downloads.
After the installation is completeRun as AdministratorAzure powershell. For example:
In the next blog, I will detail how to use azure powershell.
Benbo-sanshi blog (hereinafter referred to as Benbo), the Work (content) at the end of this blog article that has not been indicated at the bottom right of the topic is original, this site reserves the copyright of original works. Do not reprint them at will. If you have any need, you can send a mail to contact me) you must also follow the "signature-non-commercial-consistent" creation and sharing agreement. Be sure to mark or retain the original source of the article and Lei Zhang information in the form of a text link, you must retain the copyright information of the relevant watermarks (www.cnblog.com/threestone. All copyrights. All illegal and malicious plagiarism that violates the Copyright Protection Law of the People's Republic of China and relevant laws and the legal disclaimer of this blog is prohibited.
Getting started with Azure powershell (1) powershell