Skip to content

Commit a3f3691

Browse files
Merge pull request #245514 from alexbuckgit/alexbuckgit/docutune-autopr-20230719-175920-8906848
[BULK] DocuTune - Standardize formatting of Azure portal links (part 2)
2 parents 4730e46 + d26ec5e commit a3f3691

File tree

9 files changed

+21
-27
lines changed

9 files changed

+21
-27
lines changed

articles/azure-monitor/app/asp-net-trace-logs.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,5 @@ Perhaps your application sends voluminous amounts of data and you're using the A
255255
[availability]: ./availability-overview.md
256256
[diagnostic]: ./diagnostic-search.md
257257
[exceptions]: asp-net-exceptions.md
258-
[portal]: https://portal.azure.com/
259258
[qna]: ../faq.yml
260259
[start]: ./app-insights-overview.md

articles/azure-monitor/app/nodejs.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Before you begin, make sure that you have an Azure subscription, or [get a new o
3434

3535
### <a name="resource"></a> Set up an Application Insights resource
3636

37-
1. Sign in to the [Azure portal][portal].
37+
1. Sign in to the [Azure portal](https://portal.azure.com).
3838
1. Create an [Application Insights resource](create-new-resource.md).
3939

4040
[!INCLUDE [azure-monitor-log-analytics-rebrand](../../../includes/azure-monitor-instrumentation-key-deprecation.md)]
@@ -76,7 +76,7 @@ Include the SDK in your app so that it can gather data.
7676

7777
The SDK automatically gathers telemetry about the Node.js runtime and some common third-party modules. Use your application to generate some of this data.
7878

79-
Then, in the [Azure portal][portal] go to the Application Insights resource that you created earlier. In the **Overview timeline**, look for your first few data points. To see more detailed data, select different components in the charts.
79+
Then, in the [Azure portal](https://portal.azure.com) go to the Application Insights resource that you created earlier. In the **Overview timeline**, look for your first few data points. To see more detailed data, select different components in the charts.
8080

8181
To view the topology that's discovered for your app, you can use [Application Map](app-map.md).
8282

@@ -486,5 +486,4 @@ process.env.APPLICATIONINSIGHTS_LOGDIR = "C:\\applicationinsights\\logs";
486486

487487
<!--references-->
488488

489-
[portal]: https://portal.azure.com/
490489
[FAQ]: ../faq.yml

articles/azure-monitor/app/resources-roles-access-control.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ You can control who has read and update access to your data in [Application Insi
2121
First, let's define some terms:
2222

2323
* **Resource**: An instance of an Azure service. Your Application Insights resource collects, analyzes, and displays the telemetry data sent from your application. Other types of Azure resources include web apps, databases, and VMs.
24-
25-
To see your resources, open the [Azure portal][portal], sign in, and select **All resources**. To find a resource, enter part of its name in the filter field.
26-
24+
25+
To see your resources, open the [Azure portal](https://portal.azure.com), sign in, and select **All resources**. To find a resource, enter part of its name in the filter field.
26+
2727
:::image type="content" source="./media/resources-roles-access-control/10-browse.png" lightbox="./media/resources-roles-access-control/10-browse.png" alt-text="Screenshot that shows a list of Azure resources.":::
2828

2929
<a name="resource-group"></a>
@@ -117,5 +117,4 @@ $resourceGroup = "RGNAME"
117117

118118
[account]: https://account.microsoft.com
119119
[group]: ../../azure-resource-manager/management/overview.md
120-
[portal]: https://portal.azure.com/
121120
[start]: ./app-insights-overview.md

articles/azure-relay/includes/relay-create-namespace-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.topic: include
55
ms.date: 09/26/2022
66
ms.author: spelluru
77
---
8-
1. Sign in to the [Azure portal][Azure portal].
8+
1. Sign in to the [Azure portal].
99
1. Select **All services**. Select **Integration**, search for **Relays**, move the mouse over **Relays**, and then click **Create**.
1010

1111
:::image type="content" source="./media/relay-create-namespace-portal/select-relay-create.png" alt-text="Screenshot showing the selection of Relays -> Create button.":::

articles/azure-relay/service-bus-relay-rest-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ As with the previous steps, there's little difference between implementing a RES
289289

290290
This content configures a service that uses the previously defined default `webHttpRelayBinding`. It also uses the default `sbTokenProvider`, which is defined in the next step.
291291

292-
1. After the `<services>` element, create a `<behaviors>` element with the following content, replacing `SAS_KEY` with the Shared Access Signature (SAS) key. To obtain an SAS key from the [Azure portal][Azure portal], see [Get management credentials](service-bus-relay-tutorial.md#get-management-credentials).
292+
1. After the `<services>` element, create a `<behaviors>` element with the following content, replacing `SAS_KEY` with the Shared Access Signature (SAS) key. To obtain an SAS key from the [Azure portal], see [Get management credentials](service-bus-relay-tutorial.md#get-management-credentials).
293293

294294
```xml
295295
<behaviors>

articles/cloud-services/cloud-services-how-to-manage-portal.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ For more information about how to scale your cloud service, see [Configure auto-
2626
## Update a cloud service role or deployment
2727
If you need to update the application code for your cloud service, use **Update** on the cloud service blade. You can update a single role or all roles. To update, you can upload a new service package or service configuration file.
2828

29-
1. In the [Azure portal][Azure portal], select the cloud service you want to update. This step opens the cloud service instance blade.
29+
1. In the [Azure portal], select the cloud service you want to update. This step opens the cloud service instance blade.
3030

3131
2. On the blade, select **Update**.
3232

@@ -51,7 +51,7 @@ When you decide to deploy a new release of a cloud service, stage and test your
5151

5252
You can swap deployments from the **Cloud Services** page or the dashboard.
5353

54-
1. In the [Azure portal][Azure portal], select the cloud service you want to update. This step opens the cloud service instance blade.
54+
1. In the [Azure portal], select the cloud service you want to update. This step opens the cloud service instance blade.
5555

5656
2. On the blade, select **Swap**.
5757

@@ -90,7 +90,7 @@ To save compute costs, you can delete the staging deployment after you verify th
9090

9191
Use the following procedure to delete a deployment or your cloud service.
9292

93-
1. In the [Azure portal][Azure portal], select the cloud service you want to delete. This step opens the cloud service instance blade.
93+
1. In the [Azure portal], select the cloud service you want to delete. This step opens the cloud service instance blade.
9494

9595
2. On the blade, select **Delete**.
9696

@@ -113,12 +113,11 @@ The **Overview** blade has a status bar at the top. When you select the bar, a n
113113

114114
![Cloud Services Overview](./media/cloud-services-how-to-manage-portal/status-info.png)
115115

116-
117-
118-
[Azure portal]: https://portal.azure.com
119-
120116
## Next steps
117+
121118
* [General configuration of your cloud service](cloud-services-how-to-configure-portal.md).
122119
* Learn how to [deploy a cloud service](cloud-services-how-to-create-deploy-portal.md).
123120
* Configure a [custom domain name](cloud-services-custom-domain-name-portal.md).
124121
* Configure [TLS/SSL certificates](cloud-services-configure-ssl-certificate-portal.md).
122+
123+
[Azure portal]: https://portal.azure.com

articles/cloud-services/cloud-services-python-how-to-use-service-management.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ ms.custom: compute-evergreen, devx-track-python
1414

1515
[!INCLUDE [Cloud Services (classic) deprecation announcement](includes/deprecation-announcement.md)]
1616

17-
This guide shows you how to programmatically perform common service management tasks from Python. The **ServiceManagementService** class in the [Azure SDK for Python](https://github.com/Azure/azure-sdk-for-python) supports programmatic access to much of the service management-related functionality that is available in the [Azure portal][management-portal]. You can use this functionality to create, update, and delete cloud services, deployments, data management services, and virtual machines. This functionality can be useful in building applications that need programmatic access to service management.
17+
This guide shows you how to programmatically perform common service management tasks from Python. The **ServiceManagementService** class in the [Azure SDK for Python](https://github.com/Azure/azure-sdk-for-python) supports programmatic access to much of the service management-related functionality that is available in the [Azure portal]. You can use this functionality to create, update, and delete cloud services, deployments, data management services, and virtual machines. This functionality can be useful in building applications that need programmatic access to service management.
1818

1919
## <a name="WhatIs"> </a>What is service management?
20-
The Azure Service Management API provides programmatic access to much of the service management functionality available through the [Azure portal][management-portal]. You can use the Azure SDK for Python to manage your cloud services and storage accounts.
20+
The Azure Service Management API provides programmatic access to much of the service management functionality available through the [Azure portal]. You can use the Azure SDK for Python to manage your cloud services and storage accounts.
2121

2222
To use the Service Management API, you need to [create an Azure account](https://azure.microsoft.com/pricing/free-trial/).
2323

@@ -28,7 +28,7 @@ The Azure SDK for Python wraps the [Service Management API][svc-mgmt-rest-api],
2828
All the features described in this article are available in the `azure-servicemanagement-legacy` package, which you can install by using pip. For more information about installation (for example, if you're new to Python), see [Install Python and the Azure SDK](/azure/developer/python/sdk/azure-sdk-install).
2929

3030
## <a name="Connect"> </a>Connect to service management
31-
To connect to the service management endpoint, you need your Azure subscription ID and a valid management certificate. You can obtain your subscription ID through the [Azure portal][management-portal].
31+
To connect to the service management endpoint, you need your Azure subscription ID and a valid management certificate. You can obtain your subscription ID through the [Azure portal].
3232

3333
> [!NOTE]
3434
> You now can use certificates created with OpenSSL when running on Windows. Python 2.7.4 or later is required. We recommend that you use OpenSSL instead of .pfx, because support for .pfx certificates is likely to be removed in the future.
@@ -50,7 +50,7 @@ openssl x509 -inform pem -in mycert.pem -outform der -out mycert.cer
5050

5151
For more information about Azure certificates, see [Certificates overview for Azure Cloud Services](cloud-services-certs-create.md). For a complete description of OpenSSL parameters, see the documentation at [https://www.openssl.org/docs/apps/openssl.html](https://www.openssl.org/docs/apps/openssl.html).
5252

53-
After you create these files, upload the `.cer` file to Azure. In the [Azure portal][management-portal], on the **Settings** tab, select **Upload**. Note where you saved the `.pem` file.
53+
After you create these files, upload the `.cer` file to Azure. In the [Azure portal], on the **Settings** tab, select **Upload**. Note where you saved the `.pem` file.
5454

5555
After you obtain your subscription ID, create a certificate, and upload the `.cer` file to Azure, connect to the Azure management endpoint. Connect by passing the subscription ID and the path to the `.pem` file to **ServiceManagementService**.
5656

@@ -75,7 +75,7 @@ makecert -sky exchange -r -n "CN=AzureCertificate" -pe -a sha1 -len 2048 -ss My
7575

7676
The command creates the `.cer` file and installs it in the **Personal** certificate store. For more information, see [Certificates overview for Azure Cloud Services](cloud-services-certs-create.md).
7777

78-
After you create the certificate, upload the `.cer` file to Azure. In the [Azure portal][management-portal], on the **Settings** tab, select **Upload**.
78+
After you create the certificate, upload the `.cer` file to Azure. In the [Azure portal], on the **Settings** tab, select **Upload**.
7979

8080
After you obtain your subscription ID, create a certificate, and upload the `.cer` file to Azure, connect to the Azure management endpoint. Connect by passing the subscription ID and the location of the certificate in your **Personal** certificate store to **ServiceManagementService** (again, replace *AzureCertificate* with the name of your certificate).
8181

@@ -464,8 +464,6 @@ For more information, see the [Python Developer Center](https://azure.microsoft.
464464
[Create a virtual machine]: #CreateVM
465465
[Delete a virtual machine]: #DeleteVM
466466
[Next steps]: #NextSteps
467-
[management-portal]: https://portal.azure.com/
467+
[Azure portal]: https://portal.azure.com
468468
[svc-mgmt-rest-api]: /previous-versions/azure/ee460799(v=azure.100)
469-
470-
471469
[cloud service]:/azure/cloud-services/

articles/communication-services/quickstarts/telephony/includes/phone-numbers-net.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ static async Task Main(string[] args)
5656

5757
## Authenticate the client
5858

59-
Phone Number clients can be authenticated using connection string acquired from an Azure Communication Services resources in the [Azure portal][azure_portal].
59+
Phone Number clients can be authenticated using connection string acquired from an Azure Communication Services resources in the [Azure portal](https://portal.azure.com).
6060

6161
```csharp
6262
// Get a connection string to our Azure Communication Services resource.

articles/communication-services/quickstarts/telephony/number-lookup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ internal class Program
9191

9292
### Authenticate the client
9393

94-
Phone Number clients can be authenticated using connection string acquired from an Azure Communication Services resource in the [Azure portal][azure_portal].
94+
Phone Number clients can be authenticated using connection string acquired from an Azure Communication Services resource in the [Azure portal](https://portal.azure.com).
9595
It's recommended to use a `COMMUNICATION_SERVICES_CONNECTION_STRING` environment variable to avoid putting your connection string in plain text within your code.
9696

9797
```csharp

0 commit comments

Comments
 (0)