Skip to content

Commit 04e24df

Browse files
author
Hovsep
committed
Merge pull request Azure#1977 from KexyBiscuit/patch-1
Update links and fix typo
2 parents 3444776 + 97a8f37 commit 04e24df

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
This repository contains a set of PowerShell cmdlets for developers and administrators to develop, deploy and manage Microsoft Azure applications.
55

6-
* For documentation on how to build and deploy applications to Microsoft Azure please see the [Microsoft Azure Documentation Center](http://azure.microsoft.com/en-us/documentation/).
7-
* For comprehensive documentation on the developer cmdlets see [How to install and configure Azure PowerShell](http://azure.microsoft.com/en-us/documentation/articles/install-configure-powershell/).
6+
* For documentation on how to build and deploy applications to Microsoft Azure please see the [Microsoft Azure Documentation Center](https://azure.microsoft.com/en-us/documentation/).
7+
* For comprehensive documentation on the developer cmdlets see [How to install and configure Azure PowerShell](https://azure.microsoft.com/en-us/documentation/articles/install-configure-powershell/).
88
* For comprehensive documentation on the full set of Microsoft Azure cmdlets see [Microsoft Azure Management Center](http://go.microsoft.com/fwlink/?linkID=254459&clcid=0x409).
99

1010
## Features
@@ -55,17 +55,17 @@ For detail descriptions and examples of the cmdlets, type
5555

5656
## Supported Environments
5757

58-
* [Microsoft Azure](http://www.azure.microsoft.com)
58+
* [Microsoft Azure](https://azure.microsoft.com)
5959
* [Azure Stack](https://azure.microsoft.com/en-us/overview/azure-stack/)
60-
* [Windows Azure Pack](http://www.microsoft.com/en-us/server-cloud/windows-azure-pack.aspx)
61-
* [Microsoft Azure China](http://www.windowsazure.cn/)
60+
* [Windows Azure Pack](https://www.microsoft.com/en-us/server-cloud/windows-azure-pack.aspx)
61+
* [Microsoft Azure China](https://www.azure.cn/)
6262
* [USGovernment](https://azure.microsoft.com/en-us/features/gov/)
6363

6464
## Installation
6565

6666
### Microsoft Web Platform Installer
6767

68-
1. Install [Microsoft Web Platform Installer](http://www.microsoft.com/web/downloads/platform.aspx).
68+
1. Install [Microsoft Web Platform Installer](https://www.microsoft.com/web/downloads/platform.aspx).
6969
2. Open Microsoft Web Platform Installer and search for __Microsoft Azure PowerShell__.
7070
3. Install.
7171

@@ -84,15 +84,15 @@ You can also find the standalone installers for all the versions at [Downloads](
8484

8585
### Supported PowerShell Versions
8686

87-
* [Windows Management Framework 3] (http://www.microsoft.com/en-us/download/details.aspx?id=34595)
87+
* [Windows Management Framework 3] (https://www.microsoft.com/en-us/download/details.aspx?id=34595)
8888
* [Windows Management Framework 4] (https://www.microsoft.com/en-us/download/details.aspx?id=40855)
8989
* [Windows Management Framework 5] (https://www.microsoft.com/en-us/download/details.aspx?id=50395)
9090

9191
## Get Started
9292

9393
In general, following are the steps to start using Microsoft Azure PowerShell
9494

95-
* Get yourself authenticated with Microsoft Azure. For details, please check out [this article](http://azure.microsoft.com/en-us/documentation/articles/install-configure-powershell/).
95+
* Get yourself authenticated with Microsoft Azure. For details, please check out [this article](https://azure.microsoft.com/en-us/documentation/articles/install-configure-powershell/).
9696
* Option 1: Login with your Microsoft account or Organizational account directly from PowerShell. Microsoft Azure Active Directory authentication is used in this case. No management certificate is needed.
9797
* Starting from 1.0.0, you can use ```Add-AzureRmAccount -Credential``` to avoid the browser pop up for Organizational account.
9898
* To use RDFE cmdlets, use ```Add-AzureAccount```
@@ -120,7 +120,7 @@ New-AzureRmResourceGroup -Name myresourceGroup -Location "West US"
120120
Add-AzureRmAccount -EnvironmentName AzureChinaCloud
121121
122122
# use the cmdlets to manage your services/applications
123-
New-AzureRmResourceGroup -Name myresourceGroup -Location "Chine East"
123+
New-AzureRmResourceGroup -Name myresourceGroup -Location "China East"
124124
```
125125

126126
### Windows Azure Pack
@@ -181,10 +181,10 @@ Be sure to check out the [Microsoft Azure Developer Forums on Stack Overflow](ht
181181

182182
## Contribute Code or Provide Feedback
183183

184-
If you would like to become an active contributor to this project please follow the instructions provided in [Microsoft Azure Projects Contribution Guidelines](http://windowsazure.github.com/guidelines.html).
184+
If you would like to become an active contributor to this project please follow the instructions provided in [Microsoft Azure Projects Contribution Guidelines](https://azure.github.io/guidelines/).
185185

186186
If you encounter any bugs with the library please file an issue in the [Issues](https://github.com/Azure/azure-powershell/issues) section of the project.
187187

188188
# Learn More
189189

190-
* [Microsoft Azure Script Center](http://www.azure.microsoft.com/en-us/documentation/scripts/)
190+
* [Microsoft Azure Script Center](https://azure.microsoft.com/en-us/documentation/scripts/)

0 commit comments

Comments
 (0)