You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -76,7 +76,7 @@ Include the SDK in your app so that it can gather data.
76
76
77
77
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.
78
78
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.
80
80
81
81
To view the topology that's discovered for your app, you can use [Application Map](app-map.md).
Copy file name to clipboardExpand all lines: articles/azure-monitor/app/resources-roles-access-control.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,9 +21,9 @@ You can control who has read and update access to your data in [Application Insi
21
21
First, let's define some terms:
22
22
23
23
***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
+
27
27
:::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.":::
Copy file name to clipboardExpand all lines: articles/cloud-services/cloud-services-how-to-manage-portal.md
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ For more information about how to scale your cloud service, see [Configure auto-
26
26
## Update a cloud service role or deployment
27
27
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.
28
28
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.
30
30
31
31
2. On the blade, select **Update**.
32
32
@@ -51,7 +51,7 @@ When you decide to deploy a new release of a cloud service, stage and test your
51
51
52
52
You can swap deployments from the **Cloud Services** page or the dashboard.
53
53
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.
55
55
56
56
2. On the blade, select **Swap**.
57
57
@@ -90,7 +90,7 @@ To save compute costs, you can delete the staging deployment after you verify th
90
90
91
91
Use the following procedure to delete a deployment or your cloud service.
92
92
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.
94
94
95
95
2. On the blade, select **Delete**.
96
96
@@ -113,12 +113,11 @@ The **Overview** blade has a status bar at the top. When you select the bar, a n
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.
18
18
19
19
## <aname="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.
21
21
22
22
To use the Service Management API, you need to [create an Azure account](https://azure.microsoft.com/pricing/free-trial/).
23
23
@@ -28,7 +28,7 @@ The Azure SDK for Python wraps the [Service Management API][svc-mgmt-rest-api],
28
28
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).
29
29
30
30
## <aname="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].
32
32
33
33
> [!NOTE]
34
34
> 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.
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).
52
52
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.
54
54
55
55
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**.
56
56
@@ -75,7 +75,7 @@ makecert -sky exchange -r -n "CN=AzureCertificate" -pe -a sha1 -len 2048 -ss My
75
75
76
76
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).
77
77
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**.
79
79
80
80
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).
81
81
@@ -464,8 +464,6 @@ For more information, see the [Python Developer Center](https://azure.microsoft.
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).
60
60
61
61
```csharp
62
62
// Get a connection string to our Azure Communication Services resource.
Copy file name to clipboardExpand all lines: articles/communication-services/quickstarts/telephony/number-lookup.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,7 @@ internal class Program
91
91
92
92
### Authenticate the client
93
93
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).
95
95
It's recommended to use a `COMMUNICATION_SERVICES_CONNECTION_STRING` environment variable to avoid putting your connection string in plain text within your code.
0 commit comments