Skip to content

Commit

Permalink
update links to AzurePS install - 6 of 11
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Wheeler committed Dec 5, 2016
1 parent 72ace7e commit c405458
Show file tree
Hide file tree
Showing 34 changed files with 56 additions and 56 deletions.
2 changes: 1 addition & 1 deletion articles/iot-hub/iot-hub-devguide-glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ There are _service SDKs_ available for multiple languages that enable you to cre
The [Microsoft Azure portal](https://portal.azure.com) is a central place where you can provision and manage your Azure resources. It organizes its content using _blades_. In some of the IoT Hub tutorials, you may be asked to use the [Azure classic portal](https://manage.windowsazure.com).

## Azure PowerShell
[Azure PowerShell](../powershell-install-configure.md) is a collection of cmdlets you can use to manage Azure with Windows PowerShell. You can use the cmdlets to create, test, deploy, and manage solutions and services delivered through the Azure platform.
[Azure PowerShell](/powershell/azureps-cmdlets-docs) is a collection of cmdlets you can use to manage Azure with Windows PowerShell. You can use the cmdlets to create, test, deploy, and manage solutions and services delivered through the Azure platform.

## Azure Resource Manager
[Azure Resource Manager](../azure-resource-manager/resource-group-overview.md) enables you to work with the resources in your solution as a group. You can deploy, update, or delete the resources for your solution in a single, coordinated operation.
Expand Down
2 changes: 1 addition & 1 deletion articles/iot-hub/iot-hub-rm-rest.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ To further explore the capabilities of IoT Hub, see:
[lnk-free-trial]: https://azure.microsoft.com/pricing/free-trial/
[lnk-azure-portal]: https://portal.azure.com/
[lnk-status]: https://azure.microsoft.com/status/
[lnk-powershell-install]: ../powershell-install-configure.md
[lnk-powershell-install]: /powershell/azureps-cmdlets-docs
[lnk-rest-api]: https://msdn.microsoft.com/library/mt589014.aspx
[lnk-azure-rm-overview]: ../azure-resource-manager/resource-group-overview.md
Expand Down
2 changes: 1 addition & 1 deletion articles/iot-hub/iot-hub-rm-template-powershell.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ To further explore the capabilities of IoT Hub, see:
[lnk-free-trial]: https://azure.microsoft.com/pricing/free-trial/
[lnk-azure-portal]: https://portal.azure.com/
[lnk-status]: https://azure.microsoft.com/status/
[lnk-powershell-install]: ../powershell-install-configure.md
[lnk-powershell-install]: /powershell/azureps-cmdlets-docs
[lnk-rest-api]: https://msdn.microsoft.com/library/mt589014.aspx
[lnk-azure-rm-overview]: ../azure-resource-manager/resource-group-overview.md
[lnk-powershell-arm]: ../azure-resource-manager/powershell-azure-resource-manager.md
Expand Down
2 changes: 1 addition & 1 deletion articles/iot-hub/iot-hub-rm-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ To further explore the capabilities of IoT Hub, see:
[lnk-free-trial]: https://azure.microsoft.com/pricing/free-trial/
[lnk-azure-portal]: https://portal.azure.com/
[lnk-status]: https://azure.microsoft.com/status/
[lnk-powershell-install]: ../powershell-install-configure.md
[lnk-powershell-install]: /powershell/azureps-cmdlets-docs
[lnk-rest-api]: https://msdn.microsoft.com/library/mt589014.aspx
[lnk-azure-rm-overview]: ../azure-resource-manager/resource-group-overview.md
[lnk-storage-account]: ../storage/storage-create-storage-account.md
Expand Down
6 changes: 3 additions & 3 deletions articles/key-vault/key-vault-get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ For overview information about Azure Key Vault, see [What is Azure Key Vault?](k
To complete this tutorial, you must have the following:

* A subscription to Microsoft Azure. If you do not have one, you can sign up for a [free account](https://azure.microsoft.com/pricing/free-trial/).
* Azure PowerShell, **minimum version of 1.1.0**. To install Azure PowerShell and associate it with your Azure subscription, see [How to install and configure Azure PowerShell](../powershell-install-configure.md). If you have already installed Azure PowerShell and do not know the version, from the Azure PowerShell console, type `(Get-Module azure -ListAvailable).Version`. When you have Azure PowerShell version 0.9.1 through 0.9.8 installed, you can still use this tutorial with some minor changes. For example, you must use the `Switch-AzureMode AzureResourceManager` command and some of the Azure Key Vault commands have changed. For a list of the Key Vault cmdlets for versions 0.9.1 through 0.9.8, see [Azure Key Vault Cmdlets](https://msdn.microsoft.com/library/azure/dn868052\(v=azure.98\).aspx).
* Azure PowerShell, **minimum version of 1.1.0**. To install Azure PowerShell and associate it with your Azure subscription, see [How to install and configure Azure PowerShell](/powershell/azureps-cmdlets-docs). If you have already installed Azure PowerShell and do not know the version, from the Azure PowerShell console, type `(Get-Module azure -ListAvailable).Version`. When you have Azure PowerShell version 0.9.1 through 0.9.8 installed, you can still use this tutorial with some minor changes. For example, you must use the `Switch-AzureMode AzureResourceManager` command and some of the Azure Key Vault commands have changed. For a list of the Key Vault cmdlets for versions 0.9.1 through 0.9.8, see [Azure Key Vault Cmdlets](https://msdn.microsoft.com/library/azure/dn868052\(v=azure.98\).aspx).
* An application that will be configured to use the key or password that you create in this tutorial. A sample application is available from the [Microsoft Download Center](http://www.microsoft.com/en-us/download/details.aspx?id=45343). For instructions, see the accompanying Readme file.

This tutorial is designed for Azure PowerShell beginners, but it assumes that you understand the basic concepts, such as modules, cmdlets, and sessions. For more information, see [Getting started with Windows PowerShell](https://technet.microsoft.com/library/hh857337.aspx).
Expand All @@ -53,7 +53,7 @@ For example, to get help for the **Login-AzureRmAccount** cmdlet, type:

You can also read the following tutorials to get familiar with Azure Resource Manager in Azure PowerShell:

* [How to install and configure Azure PowerShell](../powershell-install-configure.md)
* [How to install and configure Azure PowerShell](/powershell/azureps-cmdlets-docs)
* [Using Azure PowerShell with Resource Manager](../powershell-azure-resource-manager.md)

## <a id="connect"></a>Connect to your subscriptions
Expand All @@ -73,7 +73,7 @@ Then, to specify the subscription to use, type:

Set-AzureRmContext -SubscriptionId <subscription ID>

For more information about configuring Azure PowerShell, see [How to install and configure Azure PowerShell](../powershell-install-configure.md).
For more information about configuring Azure PowerShell, see [How to install and configure Azure PowerShell](/powershell/azureps-cmdlets-docs).

## <a id="resource"></a>Create a new resource group
When you use Azure Resource Manager, all related resources are created inside a resource group. We will create a new resource group named **ContosoResourceGroup** for this tutorial:
Expand Down
2 changes: 1 addition & 1 deletion articles/key-vault/key-vault-hsm-protected-keys.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ For this first step, do the following procedures on your workstation that is con
### Step 1.1: Install Azure PowerShell
From the Internet-connected workstation, download and install the Azure PowerShell module that includes the cmdlets to manage Azure Key Vault. This requires a minimum version of 0.8.13.

For installation instructions, see [How to install and configure Azure PowerShell](../powershell-install-configure.md).
For installation instructions, see [How to install and configure Azure PowerShell](/powershell/azureps-cmdlets-docs).

### Step 1.2: Get your Azure subscription ID
Start an Azure PowerShell session and sign in to your Azure account by using the following command:
Expand Down
4 changes: 2 additions & 2 deletions articles/key-vault/key-vault-logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ For overview information about Azure Key Vault, see [What is Azure Key Vault?](k
To complete this tutorial, you must have the following:

* An existing key vault that you have been using.
* Azure PowerShell, **minimum version of 1.0.1**. To install Azure PowerShell and associate it with your Azure subscription, see [How to install and configure Azure PowerShell](../powershell-install-configure.md). If you have already installed Azure PowerShell and do not know the version, from the Azure PowerShell console, type `(Get-Module azure -ListAvailable).Version`.
* Azure PowerShell, **minimum version of 1.0.1**. To install Azure PowerShell and associate it with your Azure subscription, see [How to install and configure Azure PowerShell](/powershell/azureps-cmdlets-docs). If you have already installed Azure PowerShell and do not know the version, from the Azure PowerShell console, type `(Get-Module azure -ListAvailable).Version`.
* Sufficient storage on Azure for your Key Vault logs.

## <a id="connect"></a>Connect to your subscriptions
Expand All @@ -63,7 +63,7 @@ Then, to specify the subscription that's associated with your key vault you will

Set-AzureRmContext -SubscriptionId <subscription ID>

For more information about configuring Azure PowerShell, see [How to install and configure Azure PowerShell](../powershell-install-configure.md).
For more information about configuring Azure PowerShell, see [How to install and configure Azure PowerShell](/powershell/azureps-cmdlets-docs).

## <a id="storage"></a>Create a new storage account for your logs
Although you can use an existing storage account for your logs, we'll create a new storage account that will be dedicated to Key Vault logs. For convenience for when we have to specify this later, we'll store the details into a variable named **sa**.
Expand Down
4 changes: 2 additions & 2 deletions articles/key-vault/key-vault-secure-your-key-vault.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ The management plane and data plane access controls work independently. For exam
The management plane consists of operations that affect the key vault itself. For example, you can create or delete a key vault. You can get a list of vaults in a subscription. You can retrieve key vault properties (such as SKU, tags) and set key vault access policies that control the users and applications that can access keys and secrets in the key vault. Management plane access control uses RBAC. See the complete list of key vault operations that can be performed via management plane in the table in preceding section.

### Role-based Access Control (RBAC)
Each Azure subscription has an Azure Active Directory. Users, groups, and applications from this directory can be granted access to manage resources in the Azure subscription that use the Azure Resource Manager deployment model. This type of access control is referred to as Role-Based Access Control (RBAC). To manage this access, you can use the [Azure portal](https://portal.azure.com/), the [Azure CLI tools](../xplat-cli-install.md), [PowerShell](../powershell-install-configure.md), or the [Azure Resource Manager REST APIs](https://msdn.microsoft.com/library/azure/dn906885.aspx).
Each Azure subscription has an Azure Active Directory. Users, groups, and applications from this directory can be granted access to manage resources in the Azure subscription that use the Azure Resource Manager deployment model. This type of access control is referred to as Role-Based Access Control (RBAC). To manage this access, you can use the [Azure portal](https://portal.azure.com/), the [Azure CLI tools](../xplat-cli-install.md), [PowerShell](/powershell/azureps-cmdlets-docs), or the [Azure Resource Manager REST APIs](https://msdn.microsoft.com/library/azure/dn906885.aspx).

With the Azure Resource Manager model, you create your key vault in a resource group and control access to the management plane of this key vault by using Azure Active Directory. For example, you can grant users or a group ability to manage key vaults in a specific resource group.

Expand All @@ -86,7 +86,7 @@ The key vault data plane consists of operations that affect the objects in a key
Data plane access is granted by setting access policies for a key vault. A user, group, or an application must have Contributor permissions (RBAC) for management plane for a key vault to be able to set access policies for that key vault. A user, group, or application can be granted access to perform specific operations for keys or secrets in a key vault. key vault support up to 16 access policy entries for a key vault. Create an Azure Active Directory security group and add users to that group to grant data plane access to several users to a key vault.

### key vault Access Policies
key vault access policies grant permissions to keys, secrets and certificates separately. For example, you can give a user access to only keys, but no permissions for secrets. However, permissions to access keys or secrets or certificates are at the vault level. In other words, key vault access policy does not support object level permissions. You can use [Azure portal](https://portal.azure.com/), the [Azure CLI tools](../xplat-cli-install.md), [PowerShell](../powershell-install-configure.md), or the [key vault Management REST APIs](https://msdn.microsoft.com/library/azure/mt620024.aspx) to set access policies for a key vault.
key vault access policies grant permissions to keys, secrets and certificates separately. For example, you can give a user access to only keys, but no permissions for secrets. However, permissions to access keys or secrets or certificates are at the vault level. In other words, key vault access policy does not support object level permissions. You can use [Azure portal](https://portal.azure.com/), the [Azure CLI tools](../xplat-cli-install.md), [PowerShell](/powershell/azureps-cmdlets-docs), or the [key vault Management REST APIs](https://msdn.microsoft.com/library/azure/mt620024.aspx) to set access policies for a key vault.

> [!IMPORTANT]
> Note that key vault access policies apply at the vault level. For example, when a user is granted permission to create and delete keys, she can perform those operations on all keys in that key vault.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The sample template available in the public repository uses a parameter file con

To deploy the template you downloaded by using PowerShell, follow the steps below.

1. If you have never used Azure PowerShell, see [How to Install and Configure Azure PowerShell](../powershell-install-configure.md) and follow the instructions all the way to the end to sign into Azure and select your subscription.
1. If you have never used Azure PowerShell, see [How to Install and Configure Azure PowerShell](/powershell/azureps-cmdlets-docs) and follow the instructions all the way to the end to sign into Azure and select your subscription.
2. Download the parameters file to your local disk.
3. Edit the file and save it.
4. Run the **New-AzureRmResourceGroupDeployment** cmdlet to create a resource group using the template.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ The sample template available in the public repository uses a parameter file con

To deploy the template you downloaded by using PowerShell, follow the steps below.

1. If you have never used Azure PowerShell, see [How to Install and Configure Azure PowerShell](../powershell-install-configure.md) and follow the instructions all the way to the end to sign into Azure and select your subscription.
1. If you have never used Azure PowerShell, see [How to Install and Configure Azure PowerShell](/powershell/azureps-cmdlets-docs) and follow the instructions all the way to the end to sign into Azure and select your subscription.
2. Run the **New-AzureRmResourceGroupDeployment** cmdlet to create a resource group using the template.

```powershell
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ ms.author: kumud

To set up a load balancer using powershell, follow the steps below:

1. If you have never used Azure PowerShell, see [How to Install and Configure Azure PowerShell](../powershell-install-configure.md) and follow the instructions all the way to the end to sign into Azure and select your subscription.
1. If you have never used Azure PowerShell, see [How to Install and Configure Azure PowerShell](/powershell/azureps-cmdlets-docs) and follow the instructions all the way to the end to sign into Azure and select your subscription.
2. After creating a virtual machine, you can use PowerShell cmdlets to add a load balancer to a virtual machine within the same cloud service.

In the following example you will add a load balancer set called "webfarm" to cloud service "mytestcloud" (or myctestcloud.cloudapp.net) , adding the endpoints for the load balancer to virtual machines named "web1" and "web2". The load balancer receives network traffic on port 80 and load balances between the virtual machines defined by the local endpoint (in this case port 80) using TCP.
Expand Down
2 changes: 1 addition & 1 deletion articles/load-balancer/load-balancer-multiple-ip.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ To register for the preview, send an email to [Multiple IPs](mailto:MultipleIPsP

Follow the steps below to achieve the scenario outlined in this article:

1. Install Azure PowerShell. See [How to install and configure Azure PowerShell](../powershell-install-configure.md) for information about installing the latest version of Azure PowerShell, selecting your subscription, and signing in to your account.
1. Install Azure PowerShell. See [How to install and configure Azure PowerShell](/powershell/azureps-cmdlets-docs) for information about installing the latest version of Azure PowerShell, selecting your subscription, and signing in to your account.
2. Create a resource group using the following settings:

```powershell
Expand Down
2 changes: 1 addition & 1 deletion articles/log-analytics/log-analytics-azure-storage-json.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ We have provided a PowerShell script module that exports two cmdlets to assist w

### Pre-requisites
1. Azure PowerShell with version 1.0.8 or newer of the Operational Insights cmdlets.
* [How to install and configure Azure PowerShell](../powershell-install-configure.md)
* [How to install and configure Azure PowerShell](/powershell/azureps-cmdlets-docs)
* Verify your version of cmdlets: `Import-Module AzureRM.OperationalInsights -MinimumVersion 1.0.8 `
2. Diagnostic logging is configured for the Azure resource you want to monitor. Use `Set-AzureRmDiagnosticSetting` or refer to [Use Log Analytics to collect data from Azure storage accounts](log-analytics-azure-storage.md) for how to enable diagnostics.
3. A [Log Analytics](https://portal.azure.com/#create/Microsoft.LogAnalyticsOMS) workspace
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ This tutorial assumes you have:
* An **Azure subscription**. If you do not have a subscription, you can sign up for a [free trial](https://azure.microsoft.com/pricing/free-trial/).
* An **Azure storage account**. You use an Azure storage account for storing the data in this tutorial. If you don't have an Azure storage account, see the [Create a storage account](../storage/storage-create-storage-account.md#create-a-storage-account) article. After you have created the storage account, you need to obtain the account key used to access the storage. See [Manage your storage access keys](../storage/storage-create-storage-account.md#manage-your-storage-access-keys).
* Access to an **Azure SQL Database**. If you must set up an Azure SQL Database, the tpoic [Getting Started with Microsoft Azure SQL Database ](../sql-database/sql-database-get-started.md) provides information on how to provision a new instance of an Azure SQL Database.
* Installed and configured **Azure PowerShell** locally. For instructions, see [How to install and configure Azure PowerShell](../powershell-install-configure.md).
* Installed and configured **Azure PowerShell** locally. For instructions, see [How to install and configure Azure PowerShell](/powershell/azureps-cmdlets-docs).

> [!NOTE]
> This procedure uses the [Azure portal](https://portal.azure.com/).
Expand Down
Loading

0 comments on commit c405458

Please sign in to comment.