Skip to content

Commit 89f2eca

Browse files
committed
Add edits
1 parent 1f0043e commit 89f2eca

3 files changed

Lines changed: 5 additions & 9 deletions

File tree

articles/api-management/api-management-get-started-publish-versions.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ To see all your version sets, run the [az apim api versionset list](/cli/azure/a
109109

110110
```azurecli
111111
az apim api versionset list --resource-group <resource-group-name> \
112-
--service-name <API-Management-service-name> --output table
112+
--service-name <API-management-service-name> --output table
113113
```
114114

115115
When the Azure portal creates a version set for you, it assigns an alphanumeric name, which appears in the **Name** column of the list. Use this name in other Azure CLI commands.
@@ -118,7 +118,7 @@ To see details about a version set, run the [az apim api versionset show](/cli/a
118118

119119
```azurecli
120120
az apim api versionset show --resource-group <resource-group-name> \
121-
--service-name <API-Management-service-name> --version-set-id <ID-from-the-Name-column>
121+
--service-name <API-management-service-name> --version-set-id <ID-from-the-name-column>
122122
```
123123

124124
For more information about version sets, see [Versions in Azure API Management](api-management-versions.md#how-versions-are-represented).
@@ -139,7 +139,5 @@ If you use the [developer portal](api-management-howto-developer-portal-customiz
139139

140140
## Next step
141141

142-
Go to the next tutorial:
143-
144142
> [!div class="nextstepaction"]
145143
> [Access and customize the developer portal](api-management-howto-developer-portal-customize.md)

articles/api-management/api-management-howto-app-insights.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -308,13 +308,11 @@ Use the following steps to enable Application Insights logging for an API. You c
308308
> [!TIP]
309309
> To enable logging for all APIs, select **All APIs**.
310310
311-
1. Go to the **Settings** tab from the top bar.
311+
1. Select the **Settings** tab on the top bar.
312312

313-
1. Scroll down to the **Diagnostics Logs** section.
313+
1. Scroll down to the **Diagnostics Logs** section, and check the **Enable** box.
314314
:::image type="content" source="media/api-management-howto-app-insights/apim-app-insights-api-1.png" alt-text="Screenshot of Diagnostic Logs configuration in the portal.":::
315315

316-
1. Check the **Enable** box.
317-
318316
1. Select your attached logger in the **Destination** dropdown.
319317

320318
1. Input **100** as **Sampling (%)** and select the **Always log errors** checkbox.
@@ -368,7 +366,7 @@ To emit custom metrics, perform the following configuration steps.
368366
1. Enable **Custom metrics (Preview)** with custom dimensions in your Application Insights instance.
369367

370368
1. Navigate to your Application Insights instance in the portal.
371-
1. In the sidebar menu, select **Usage and estimated costs**.
369+
1. Under **Configure** in the sidebar menu, select **Usage and estimated costs**.
372370
1. Select **Custom metrics (Preview)** > **With dimensions**.
373371
1. Select **OK**.
374372

-28.6 KB
Loading

0 commit comments

Comments
 (0)