Skip to content

Commit d78a886

Browse files
Merge pull request #245759 from alexbuckgit/alexbuckgit/docutune-autopr-20230720-225102-7848322
[BULK] DocuTune - Standardize formatting of Azure portal links (part 12)
2 parents 7599316 + 787c00d commit d78a886

9 files changed

+10
-13
lines changed

articles/storage/container-storage/container-storage-aks-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ Azure Container Service is a separate service from AKS, so you'll need to grant
163163

164164
# [Azure portal](#tab/portal)
165165

166-
1. Sign into the [Azure portal](https://portal.azure.com?azure-portal=true), and search for and select **Kubernetes services**.
166+
1. Sign in to the [Azure portal](https://portal.azure.com?azure-portal=true), and search for and select **Kubernetes services**.
167167
1. Locate and select your AKS cluster. Select **Settings** > **Properties** from the left navigation.
168168
1. Under **Infrastructure resource group**, you should see a link to the resource group that AKS created when you created the cluster. Select it.
169169
1. Select **Access control (IAM)** from the left pane.

articles/storage/container-storage/container-storage-faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ms.custom: references_regions
3232

3333
* <a id="azure-container-storage-delete-aks-resource-group"></a>
3434
**I've created an Elastic SAN storage pool, and I'm trying to delete my resource group where my AKS cluster is located and it's not working. Why?**
35-
Sign into the [Azure portal](https://portal.azure.com?azure-portal=true) and select **Resource groups**. Locate the resource group that AKS created (the resource group name starts with **MC_**). Select the SAN resource object within that resource group. Manually remove all volumes and volume groups. Then retry deleting the resource group that includes your AKS cluster.
35+
Sign in to the [Azure portal](https://portal.azure.com?azure-portal=true) and select **Resource groups**. Locate the resource group that AKS created (the resource group name starts with **MC_**). Select the SAN resource object within that resource group. Manually remove all volumes and volume groups. Then retry deleting the resource group that includes your AKS cluster.
3636

3737
* <a id="azure-container-storage-autoupgrade"></a>
3838
**Is there any performance impact when upgrading to a new version of Azure Container Storage?**

articles/storage/container-storage/use-container-storage-with-elastic-san.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ When the storage pool is created, Azure Container Storage will create a storage
7272

7373
Next, you must assign the [Contributor](../../role-based-access-control/built-in-roles.md#contributor) Azure RBAC built-in role to the AKS managed identity on your Azure Elastic SAN Preview subscription. You'll need an [Owner](../../role-based-access-control/built-in-roles.md#owner) role for your Azure subscription in order to do this. If you don't have sufficient permissions, ask your admin to perform these steps.
7474

75-
1. Sign into the [Azure portal](https://portal.azure.com?azure-portal=true).
75+
1. Sign in to the [Azure portal](https://portal.azure.com?azure-portal=true).
7676
1. Select **Subscriptions**, and locate and select the subscription associated with the Azure Elastic SAN Preview resource that Azure Container Storage created on your behalf. This will likely be the same subscription as the AKS cluster that Azure Container Storage is installed on. You can verify this by locating the Elastic SAN resource in the resource group that AKS created (`MC_YourResourceGroup_YourAKSClusterName_Region`).
7777
1. Select **Access control (IAM)** from the left pane.
7878
1. Select **Add > Add role assignment**.
@@ -218,4 +218,4 @@ kubectl delete sp -n acstor <storage-pool-name>
218218
## See also
219219

220220
- [What is Azure Container Storage?](container-storage-introduction.md)
221-
- [What is Azure Elastic SAN? Preview](../elastic-san/elastic-san-introduction.md)
221+
- [What is Azure Elastic SAN? Preview](../elastic-san/elastic-san-introduction.md)

articles/storage/files/storage-files-enable-soft-delete.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The following sections show how to enable and use soft delete for Azure file sha
2929

3030
# [Portal](#tab/azure-portal)
3131

32-
1. Sign into the [Azure portal](https://portal.azure.com/).
32+
1. Sign in to the [Azure portal](https://portal.azure.com).
3333
1. Navigate to your storage account and select **File shares** under **Data storage**.
3434
1. Select **Enabled** next to **Soft delete**.
3535
1. Select **Enabled** for **Soft delete for all file shares**.

articles/virtual-desktop/configure-host-pool-load-balancing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ You can also configure load balancing with the Azure portal.
7676

7777
To configure load balancing:
7878

79-
1. Sign into the [Azure portal](https://portal.azure.com).
79+
1. Sign in to the [Azure portal](https://portal.azure.com).
8080
2. Search for and select **Azure Virtual Desktop** under Services.
8181
3. In the Azure Virtual Desktop page, select **Host pools**.
8282
4. Select the name of the host pool you want to edit.

includes/data-box-get-device-password.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ ms.date: 08/23/2021
77
ms.author: alkohli
88
---
99

10-
To get the device password, sign into the [Azure portal](https://portal.azure.com), and open your order. Go to **General > Device details**. Copy the **Device password**.
10+
To get the device password, sign in to the [Azure portal](https://portal.azure.com), and open your order. Go to **General > Device details**. Copy the **Device password**.
1111

1212
![Screenshot of Device Details for a Data Box device in the Azure portal. The Device Details menu item and the Device Password option are highlighted.](media/data-box-get-device-password/data-box-device-credentials.png)

includes/iot-develop-send-telemetry-iot-hub-c.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Install the following prerequisites on your development machine except where not
2727
- [Git](https://git-scm.com/downloads).
2828
- [Azure IoT Explorer](https://github.com/Azure/azure-iot-explorer/releases): Cross-platform, GUI-based utility to monitor and manage Azure IoT. If you're using Raspberry Pi as your development platform, we recommend that you install IoT Explorer on another computer. If you don't want to install IoT Explorer, you can use Azure CLI to perform the same steps.
2929
- Azure CLI. You have two options for running Azure CLI commands in this quickstart:
30-
- Use the Azure Cloud Shell, an interactive shell that runs CLI commands in your browser. This option is recommended because you don't need to install anything. If you're using Cloud Shell for the first time, log into the [Azure portal](https://portal.azure.com). Follow the steps in [Cloud Shell quickstart](../articles/cloud-shell/quickstart.md) to **Start Cloud Shell** and **Select the Bash environment**.
30+
- Use the Azure Cloud Shell, an interactive shell that runs CLI commands in your browser. This option is recommended because you don't need to install anything. If you're using Cloud Shell for the first time, sign in to the [Azure portal](https://portal.azure.com). Follow the steps in [Cloud Shell quickstart](../articles/cloud-shell/quickstart.md) to **Start Cloud Shell** and **Select the Bash environment**.
3131
- Optionally, run Azure CLI on your local machine. If Azure CLI is already installed, run `az upgrade` to upgrade the CLI and extensions to the current version. To install Azure CLI, see [Install Azure CLI]( /cli/azure/install-azure-cli). If you're using Raspberry Pi as your development platform, we recommend that you use Azure Cloud Shell or install Azure CLI on another computer.
3232

3333
Install the remaining prerequisites for your operating system.
@@ -175,4 +175,3 @@ To view device telemetry with Azure CLI:
175175
origin: mydevice
176176
payload: '{"temperature":22.00}'
177177
```
178-

includes/iot-develop-send-telemetry-iot-hub-csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Install the following prerequisites on your development machine except where not
3333

3434
- [Azure IoT Explorer](https://github.com/Azure/azure-iot-explorer/releases): Cross-platform, GUI-based utility to monitor and manage Azure IoT. If you're using Raspberry Pi as your development platform, we recommend that you install IoT Explorer on another computer. If you don't want to install IoT Explorer, you can use Azure CLI to perform the same steps.
3535
- Azure CLI. You have two options for running Azure CLI commands in this quickstart:
36-
- Use the Azure Cloud Shell, an interactive shell that runs CLI commands in your browser. This option is recommended because you don't need to install anything. If you're using Cloud Shell for the first time, log into the [Azure portal](https://portal.azure.com). Follow the steps in [Cloud Shell quickstart](../articles/cloud-shell/quickstart.md) to **Start Cloud Shell** and **Select the Bash environment**.
36+
- Use the Azure Cloud Shell, an interactive shell that runs CLI commands in your browser. This option is recommended because you don't need to install anything. If you're using Cloud Shell for the first time, sign in to the [Azure portal](https://portal.azure.com). Follow the steps in [Cloud Shell quickstart](../articles/cloud-shell/quickstart.md) to **Start Cloud Shell** and **Select the Bash environment**.
3737
- Optionally, run Azure CLI on your local machine. If Azure CLI is already installed, run `az upgrade` to upgrade the CLI and extensions to the current version. To install Azure CLI, see [Install Azure CLI]( /cli/azure/install-azure-cli). If you're using Raspberry Pi as your development platform, we recommend that you use Azure Cloud Shell or install Azure CLI on another computer.
3838

3939
[!INCLUDE [iot-hub-include-create-hub-iot-explorer](iot-hub-include-create-hub-iot-explorer.md)]

includes/iot-develop-send-telemetry-iot-hub-java.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Install the following prerequisites on your development machine except where not
2828
- [Git](https://git-scm.com/downloads).
2929
- [Azure IoT Explorer](https://github.com/Azure/azure-iot-explorer/releases): Cross-platform, GUI-based utility to monitor and manage Azure IoT. If you're using Raspberry Pi as your development platform, we recommend that you install IoT Explorer on another computer. If you don't want to install IoT Explorer, you can use Azure CLI to perform the same steps.
3030
- Azure CLI. You have two options for running Azure CLI commands in this quickstart:
31-
- Use the Azure Cloud Shell, an interactive shell that runs CLI commands in your browser. This option is recommended because you don't need to install anything. If you're using Cloud Shell for the first time, log into the [Azure portal](https://portal.azure.com). Follow the steps in [Cloud Shell quickstart](../articles/cloud-shell/quickstart.md) to **Start Cloud Shell** and **Select the Bash environment**.
31+
- Use the Azure Cloud Shell, an interactive shell that runs CLI commands in your browser. This option is recommended because you don't need to install anything. If you're using Cloud Shell for the first time, sign in to the [Azure portal](https://portal.azure.com). Follow the steps in [Cloud Shell quickstart](../articles/cloud-shell/quickstart.md) to **Start Cloud Shell** and **Select the Bash environment**.
3232
- Optionally, run Azure CLI on your local machine. If Azure CLI is already installed, run `az upgrade` to upgrade the CLI and extensions to the current version. To install Azure CLI, see [Install Azure CLI]( /cli/azure/install-azure-cli). If you're using Raspberry Pi as your development platform, we recommend that you use Azure Cloud Shell or install Azure CLI on another computer.
3333

3434
Install the remaining prerequisites for your operating system.
@@ -232,5 +232,3 @@ To view device telemetry with Azure CLI:
232232
payload:
233233
temperature: 33.3
234234
```
235-
236-

0 commit comments

Comments
 (0)