Skip to content

Commit 23eb908

Browse files
committed
typo: managment -> management
1 parent 333d424 commit 23eb908

30 files changed

+385
-380
lines changed

.openpublishing.redirection.json

+5
Original file line numberDiff line numberDiff line change
@@ -31331,6 +31331,11 @@
3133131331
"source_path": "articles/log-analytics/log-analytics-create-pipeline-datacollector-api.md",
3133231332
"redirect_url": "/azure/azure-monitor/platform/create-pipeline-datacollector-api",
3133331333
"redirect_document_id": true
31334+
},
31335+
{
31336+
"source_path": "articles/storage/common/storage-lifecycle-managment-concepts.md",
31337+
"redirect_url": "/azure/storage/common/storage-lifecycle-management-concepts",
31338+
"redirect_document_id": true
3133431339
}
3133531340
]
3133631341
}

articles/active-directory/manage-apps/deploy-access-panel-browser-extension.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ First, you must place the installer package on a network location that can be ac
4949
1. Log on to the server that hosts your Active Directory Domain Services (AD DS) installation.
5050
2. In the Server Manager, go to **Tools** > **Group Policy Management**.
5151

52-
![Go to Tools > Group Policy Managment](./media/deploy-access-panel-browser-extension/tools-gpm.png)
52+
![Go to Tools > Group Policy Management](./media/deploy-access-panel-browser-extension/tools-gpm.png)
5353
3. In the left pane of the **Group Policy Management** window, view your Organizational Unit (OU) hierarchy and determine at which scope you would like to apply the group policy. For instance, you may decide to pick a small OU to deploy to a few users for testing, or you may pick a top-level OU to deploy to your entire organization.
5454

5555
> [!NOTE]

articles/active-directory/reports-monitoring/reports-faq.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ This article includes answers to frequently asked questions about Azure Active D
9191

9292
**Q: Which APIs do I use to get information about Office 365 Activity logs?**
9393

94-
**A:** Use the [Office 365 Management APIs](https://msdn.microsoft.com/office-365/office-365-managment-apis-overview) to access the Office 365 Activity logs through an API.
94+
**A:** Use the [Office 365 Management APIs](https://docs.microsoft.com/office/office-365-management-api/office-365-management-apis-overview) to access the Office 365 Activity logs through an API.
9595

9696
---
9797

articles/api-management/policies/add-correlation-id.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Azure API managment policy sample - Add a header containing a correlation id | Microsoft Docs
3-
description: Azure API managment policy sample - Demonstrates how to add a header containing a correlation id to the inbound request.
2+
title: Azure API management policy sample - Add a header containing a correlation id | Microsoft Docs
3+
description: Azure API management policy sample - Demonstrates how to add a header containing a correlation id to the inbound request.
44
services: api-management
55
documentationcenter: ''
66
author: vladvino

articles/api-management/policies/authorize-request-based-on-jwt-claims.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Azure API managment policy sample - authorize acces based on JWT claims| Microsoft Docs
3-
description: Azure API managment policy sample - Demonstrates how to authorize access to specific HTTP methods on an API based on JWT claims.
2+
title: Azure API management policy sample - authorize acces based on JWT claims| Microsoft Docs
3+
description: Azure API management policy sample - Demonstrates how to authorize access to specific HTTP methods on an API based on JWT claims.
44
services: api-management
55
documentationcenter: ''
66
author: vladvino

articles/api-management/policies/authorize-request-using-external-authorizer.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Azure API managment policy sample - Authorize request using external authorizer | Microsoft Docs
3-
description: Azure API managment policy sample - Demonstrates how authorize requests using external authorizer encapsulating a custom or legacy authentication/authorization logic.
2+
title: Azure API management policy sample - Authorize request using external authorizer | Microsoft Docs
3+
description: Azure API management policy sample - Demonstrates how authorize requests using external authorizer encapsulating a custom or legacy authentication/authorization logic.
44
services: api-management
55
documentationcenter: ''
66
author: vladvino

articles/api-management/policies/cache-response.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Azure API managment policy sample - Add capabilities to a backend service | Microsoft Docs
3-
description: Azure API managment policy sample - Demonstrates how to add capabilities to a backend service. For example, accept a name of the place instead of latitude and longitude in a weather forecast API.
2+
title: Azure API management policy sample - Add capabilities to a backend service | Microsoft Docs
3+
description: Azure API management policy sample - Demonstrates how to add capabilities to a backend service. For example, accept a name of the place instead of latitude and longitude in a weather forecast API.
44
services: api-management
55
documentationcenter: ''
66
author: vladvino

articles/api-management/policies/filter-response-content.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Azure API managment policy sample - Filter response content | Microsoft Docs
3-
description: Azure API managment policy sample - Demonstrates how to filter data elements from the response payload based on the product associated with the request.
2+
title: Azure API management policy sample - Filter response content | Microsoft Docs
3+
description: Azure API management policy sample - Demonstrates how to filter data elements from the response payload based on the product associated with the request.
44
services: api-management
55
documentationcenter: ''
66
author: vladvino

articles/api-management/policies/generate-shared-access-signature.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Azure API managment policy sample - Generate Shared Access Signature | Microsoft Docs
3-
description: Azure API managment policy sample - Demonstrates how to generate Shared Access Signature using expressions and forward the request to Azure storage with rewrite-uri policy..
2+
title: Azure API management policy sample - Generate Shared Access Signature | Microsoft Docs
3+
description: Azure API management policy sample - Demonstrates how to generate Shared Access Signature using expressions and forward the request to Azure storage with rewrite-uri policy..
44
services: api-management
55
documentationcenter: ''
66
author: vladvino

articles/api-management/policies/get-x-csrf-token-from-sap-gateway.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Azure API managment policy sample - Implement X-CSRF pattern | Microsoft Docs
3-
description: Azure API managment policy sample - Demonstrates how to implement X-CSRF pattern used by many APIs. This example is specific to SAP Gateway.
2+
title: Azure API management policy sample - Implement X-CSRF pattern | Microsoft Docs
3+
description: Azure API management policy sample - Demonstrates how to implement X-CSRF pattern used by many APIs. This example is specific to SAP Gateway.
44
services: api-management
55
documentationcenter: ''
66
author: vladvino

articles/api-management/policies/log-errors-to-stackify.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Azure API managment policy sample - Send errors to Stackify for logging | Microsoft Docs
3-
description: Azure API managment policy sample - Demonstrates how to add an error logging policy to send errors to Stackify for logging..
2+
title: Azure API management policy sample - Send errors to Stackify for logging | Microsoft Docs
3+
description: Azure API management policy sample - Demonstrates how to add an error logging policy to send errors to Stackify for logging..
44
services: api-management
55
documentationcenter: ''
66
author: vladvino

articles/api-management/policies/route-requests-based-on-size.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Azure API managment policy sample - Route the request based on the size of its body | Microsoft Docs
3-
description: Azure API managment policy sample - Demonstrates how to route requests based on the size of their bodies.
2+
title: Azure API management policy sample - Route the request based on the size of its body | Microsoft Docs
3+
description: Azure API management policy sample - Demonstrates how to route requests based on the size of their bodies.
44
services: api-management
55
documentationcenter: ''
66
author: vladvino

articles/api-management/policies/send-request-context-info-to-backend-service.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Azure API managment policy sample - Send request context information to the backend service | Microsoft Docs
3-
description: Azure API managment policy sample - Demonstrates how to send request context information to the backend service.
2+
title: Azure API management policy sample - Send request context information to the backend service | Microsoft Docs
3+
description: Azure API management policy sample - Demonstrates how to send request context information to the backend service.
44
services: api-management
55
documentationcenter: ''
66
author: vladvino

articles/api-management/policies/set-cache-duration.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Azure API managment policy sample - Set response cache duration | Microsoft Docs
3-
description: Azure API managment policy sample - Demonstrates how to set response cache duration using maxAge value in Cache-Control header sent by the backend..
2+
title: Azure API management policy sample - Set response cache duration | Microsoft Docs
3+
description: Azure API management policy sample - Demonstrates how to set response cache duration using maxAge value in Cache-Control header sent by the backend..
44
services: api-management
55
documentationcenter: ''
66
author: vladvino

articles/api-management/policies/set-header-to-enable-backend-to-construct-urls.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Azure API managment policy sample - Add a Forwarded header | Microsoft Docs
3-
description: Azure API managment policy sample - Demonstrates how to add a Forwarded header in the inbound request to allow the backend API to construct proper URLs.
2+
title: Azure API management policy sample - Add a Forwarded header | Microsoft Docs
3+
description: Azure API management policy sample - Demonstrates how to add a Forwarded header in the inbound request to allow the backend API to construct proper URLs.
44
services: api-management
55
documentationcenter: ''
66
author: vladvino

articles/api-management/policies/use-google-as-oauth-token-provider.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Azure API managment policy sample - Authorize access using Google OAuth token | Microsoft Docs
3-
description: Azure API managment policy sample - Demonstrates how to authorize access to your endpoints using Google as an OAuth token provider.
2+
title: Azure API management policy sample - Authorize access using Google OAuth token | Microsoft Docs
3+
description: Azure API management policy sample - Demonstrates how to authorize access to your endpoints using Google as an OAuth token provider.
44
services: api-management
55
documentationcenter: ''
66
author: vladvino

articles/api-management/policies/use-oauth2-for-authorization.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Azure API managment policy sample - Use OAuth2 for authorization between the gateway and a backend | Microsoft Docs
3-
description: Azure API managment policy sample - Demonstrates how to use OAuth2 for authorization between the gateway and a backend. It shows how to obtain an access token from AAD and forward it to the backend.
2+
title: Azure API management policy sample - Use OAuth2 for authorization between the gateway and a backend | Microsoft Docs
3+
description: Azure API management policy sample - Demonstrates how to use OAuth2 for authorization between the gateway and a backend. It shows how to obtain an access token from AAD and forward it to the backend.
44
services: api-management
55
documentationcenter: ''
66
author: vladvino

articles/batch/batch-aad-auth-management.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Applications that call the Azure Batch Management service authenticate with [Azu
2424

2525
The Batch Management .NET library exposes types for working with Batch accounts, account keys, applications, and application packages. The Batch Management .NET library is an Azure resource provider client, and is used together with [Azure Resource Manager][resman_overview] to manage these resources programmatically. Azure AD is required to authenticate requests made through any Azure resource provider client, including the Batch Management .NET library, and through [Azure Resource Manager][resman_overview].
2626

27-
In this article, we explore using Azure AD to authenticate from applications that use the Batch Management .NET library. We show how to use Azure AD to authenticate a subscription administrator or co-administrator, using integrated authentication. We use the [AccountManagment][acct_mgmt_sample] sample project, available on GitHub, to walk through using Azure AD with the Batch Management .NET library.
27+
In this article, we explore using Azure AD to authenticate from applications that use the Batch Management .NET library. We show how to use Azure AD to authenticate a subscription administrator or co-administrator, using integrated authentication. We use the [AccountManagement][acct_mgmt_sample] sample project, available on GitHub, to walk through using Azure AD with the Batch Management .NET library.
2828

2929
To learn more about using the Batch Management .NET library and the AccountManagement sample, see [Manage Batch accounts and quotas with the Batch Management client library for .NET](batch-management-dotnet.md).
3030

articles/batch/batch-management-dotnet.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ The Batch Management .NET library is an Azure resource provider client, and is u
149149

150150
## Sample project on GitHub
151151

152-
To see Batch Management .NET in action, check out the [AccountManagment][acct_mgmt_sample] sample project on GitHub. The AccountManagment sample application demonstrates the following operations:
152+
To see Batch Management .NET in action, check out the [AccountManagement][acct_mgmt_sample] sample project on GitHub. The AccountManagement sample application demonstrates the following operations:
153153

154154
1. Acquire a security token from Azure AD by using [ADAL][aad_adal]. If the user is not already signed in, they are prompted for their Azure credentials.
155155
2. With the security token obtained from Azure AD, create a [SubscriptionClient][resman_subclient] to query Azure for a list of subscriptions associated with the account. The user can select a subscription from the list if it contains more than one subscription.

articles/data-factory/supported-file-formats-and-compression-codecs.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ In this sample, you expect one root JSON object maps to single record in tabular
207207
"TargetResourceType": "Microsoft.Compute/virtualMachines"
208208
},
209209
{
210-
"ResourceManagmentProcessRunId": "827f8aaa-ab72-437c-ba48-d8917a7336a3"
210+
"ResourceManagementProcessRunId": "827f8aaa-ab72-437c-ba48-d8917a7336a3"
211211
},
212212
{
213213
"OccurrenceTime": "1/13/2017 11:24:37 AM"
@@ -220,7 +220,7 @@ In this sample, you expect one root JSON object maps to single record in tabular
220220

221221
and you want to copy it into an Azure SQL table in the following format, by extracting data from both objects and array:
222222

223-
| ID | deviceType | targetResourceType | resourceManagmentProcessRunId | occurrenceTime |
223+
| ID | deviceType | targetResourceType | resourceManagementProcessRunId | occurrenceTime |
224224
| --- | --- | --- | --- | --- |
225225
| ed0e4960-d9c5-11e6-85dc-d7996816aad3 | PC | Microsoft.Compute/virtualMachines | 827f8aaa-ab72-437c-ba48-d8917a7336a3 | 1/13/2017 11:24:37 AM |
226226

@@ -245,7 +245,7 @@ The input dataset with **JsonFormat** type is defined as follows: (partial defin
245245
"type": "String"
246246
},
247247
{
248-
"name": "resourceManagmentProcessRunId",
248+
"name": "resourceManagementProcessRunId",
249249
"type": "String"
250250
},
251251
{
@@ -258,7 +258,7 @@ The input dataset with **JsonFormat** type is defined as follows: (partial defin
258258
"format": {
259259
"type": "JsonFormat",
260260
"filePattern": "setOfObjects",
261-
"jsonPathDefinition": {"id": "$.id", "deviceType": "$.context.device.type", "targetResourceType": "$.context.custom.dimensions[0].TargetResourceType", "resourceManagmentProcessRunId": "$.context.custom.dimensions[1].ResourceManagmentProcessRunId", "occurrenceTime": " $.context.custom.dimensions[2].OccurrenceTime"}
261+
"jsonPathDefinition": {"id": "$.id", "deviceType": "$.context.device.type", "targetResourceType": "$.context.custom.dimensions[0].TargetResourceType", "resourceManagementProcessRunId": "$.context.custom.dimensions[1].ResourceManagementProcessRunId", "occurrenceTime": " $.context.custom.dimensions[2].OccurrenceTime"}
262262
}
263263
}
264264
}

articles/data-factory/v1/data-factory-supported-file-and-compression-formats.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ In this sample, you expect one root JSON object maps to single record in tabular
207207
"TargetResourceType": "Microsoft.Compute/virtualMachines"
208208
},
209209
{
210-
"ResourceManagmentProcessRunId": "827f8aaa-ab72-437c-ba48-d8917a7336a3"
210+
"ResourceManagementProcessRunId": "827f8aaa-ab72-437c-ba48-d8917a7336a3"
211211
},
212212
{
213213
"OccurrenceTime": "1/13/2017 11:24:37 AM"
@@ -219,7 +219,7 @@ In this sample, you expect one root JSON object maps to single record in tabular
219219
```
220220
and you want to copy it into an Azure SQL table in the following format, by extracting data from both objects and array:
221221

222-
| id | deviceType | targetResourceType | resourceManagmentProcessRunId | occurrenceTime |
222+
| id | deviceType | targetResourceType | resourceManagementProcessRunId | occurrenceTime |
223223
| --- | --- | --- | --- | --- |
224224
| ed0e4960-d9c5-11e6-85dc-d7996816aad3 | PC | Microsoft.Compute/virtualMachines | 827f8aaa-ab72-437c-ba48-d8917a7336a3 | 1/13/2017 11:24:37 AM |
225225

@@ -244,7 +244,7 @@ The input dataset with **JsonFormat** type is defined as follows: (partial defin
244244
"type": "String"
245245
},
246246
{
247-
"name": "resourceManagmentProcessRunId",
247+
"name": "resourceManagementProcessRunId",
248248
"type": "String"
249249
},
250250
{
@@ -257,7 +257,7 @@ The input dataset with **JsonFormat** type is defined as follows: (partial defin
257257
"format": {
258258
"type": "JsonFormat",
259259
"filePattern": "setOfObjects",
260-
"jsonPathDefinition": {"id": "$.id", "deviceType": "$.context.device.type", "targetResourceType": "$.context.custom.dimensions[0].TargetResourceType", "resourceManagmentProcessRunId": "$.context.custom.dimensions[1].ResourceManagmentProcessRunId", "occurrenceTime": " $.context.custom.dimensions[2].OccurrenceTime"}
260+
"jsonPathDefinition": {"id": "$.id", "deviceType": "$.context.device.type", "targetResourceType": "$.context.custom.dimensions[0].TargetResourceType", "resourceManagementProcessRunId": "$.context.custom.dimensions[1].ResourceManagementProcessRunId", "occurrenceTime": " $.context.custom.dimensions[2].OccurrenceTime"}
261261
}
262262
}
263263
}

articles/hdinsight/hadoop/apache-hadoop-on-premises-migration-best-practices-storage.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ In the past, cloud-based analytics had to compromise in areas of performance, ma
9494

9595
- **A superset of POSIX permissions**: The security model for Data Lake Gen2 fully supports ACL and POSIX permissions along with some extra granularity specific to Data Lake Storage Gen2. Settings may be configured through admin tools or through frameworks like Hive and Spark.
9696

97-
- **Cost effective**: Data Lake Storage Gen2 features low-cost storage capacity and transactions. As data transitions through its complete life-cycle, billing rates change to minimize costs via built-in features such as [Azure Blob storage life cycle](../../storage/common/storage-lifecycle-managment-concepts.md).
97+
- **Cost effective**: Data Lake Storage Gen2 features low-cost storage capacity and transactions. As data transitions through its complete life-cycle, billing rates change to minimize costs via built-in features such as [Azure Blob storage life cycle](../../storage/common/storage-lifecycle-management-concepts.md).
9898

9999
- **Works with Blob storage tools, frameworks, and apps**: Data Lake Storage Gen2 continues to work with a wide array of tools, frameworks, and applications that exist today for Blob storage.
100100

0 commit comments

Comments
 (0)