Skip to content

Commit fb286e4

Browse files
author
Christopher McClister
committed
LinkFix: azure-docs-pr (2022-11) - 2
1 parent 50ff3aa commit fb286e4

File tree

50 files changed

+134
-140
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+134
-140
lines changed

articles/load-testing/how-to-use-a-managed-identity.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.topic: how-to
1414

1515
This article shows how to create a managed identity for Azure Load Testing Preview. You can use a managed identity to authenticate with and read secrets from Azure Key Vault.
1616

17-
A managed identity from Azure Active Directory (Azure AD) allows your load testing resource to easily access other Azure AD-protected resources, such as Azure Key Vault. The identity is managed by the Azure platform and doesn't require you to manage or rotate any secrets. For more information about managed identities in Azure AD, see [Managed identities for Azure resources](/azure/active-directory/managed-identities-azure-resources/overview).
17+
A managed identity from Azure Active Directory (Azure AD) allows your load testing resource to easily access other Azure AD-protected resources, such as Azure Key Vault. The identity is managed by the Azure platform and doesn't require you to manage or rotate any secrets. For more information about managed identities in Azure AD, see [Managed identities for Azure resources](../active-directory/managed-identities-azure-resources/overview.md).
1818

1919
Azure Load Testing supports two types of identities:
2020

@@ -28,7 +28,7 @@ Azure Load Testing supports two types of identities:
2828

2929
- An Azure account with an active subscription. If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
3030
- An Azure load testing resource. If you need to create an Azure load testing resource, see the quickstart [Create and run a load test](./quickstart-create-and-run-load-test.md).
31-
- To create a user-assigned managed identity, your account needs the [Managed Identity Contributor](/azure/role-based-access-control/built-in-roles#managed-identity-contributor) role assignment.
31+
- To create a user-assigned managed identity, your account needs the [Managed Identity Contributor](../role-based-access-control/built-in-roles.md#managed-identity-contributor) role assignment.
3232

3333
## Assign a system-assigned identity to a load testing resource
3434

@@ -127,7 +127,7 @@ You can now [grant your load testing resource access to your Azure key vault](#g
127127

128128
You can create an Azure load testing resource by using an ARM template and the resource type `Microsoft.LoadTestService/loadtests`. For more information about using ARM templates with Azure Load Testing, see the [Azure Load Testing ARM reference documentation](/azure/templates/microsoft.loadtestservice/allversions).
129129

130-
1. Create a user-assigned managed identity by following the instructions mentioned in [Create a user-assigned managed identity](/azure/active-directory/managed-identities-azure-resources/how-manage-user-assigned-managed-identities?pivots=identity-mi-methods-arm#create-a-user-assigned-managed-identity-3).
130+
1. Create a user-assigned managed identity by following the instructions mentioned in [Create a user-assigned managed identity](../active-directory/managed-identities-azure-resources/how-manage-user-assigned-managed-identities.md?pivots=identity-mi-methods-arm#create-a-user-assigned-managed-identity-3).
131131

132132

133133
1. Specify the user-assigned managed identity in the `identity` section of the resource definition.
@@ -182,14 +182,14 @@ You can now [grant your load testing resource access to your Azure key vault](#g
182182

183183
## Grant access to your Azure key vault
184184

185-
Using managed identities for Azure resources, your Azure load testing resource can access tokens that enable authentication to your Azure key vault. Grant the managed identity access by assigning the [appropriate role](/azure/role-based-access-control/built-in-roles) to the managed identity.
185+
Using managed identities for Azure resources, your Azure load testing resource can access tokens that enable authentication to your Azure key vault. Grant the managed identity access by assigning the [appropriate role](../role-based-access-control/built-in-roles.md) to the managed identity.
186186

187187
To grant your Azure load testing resource permissions to read secrets from your Azure key vault:
188188

189189

190190
1. In the [Azure portal](https://portal.azure.com/), go to your Azure key vault resource.
191191

192-
If you don't have a key vault, follow the instructions in [Azure Key Vault quickstart](/azure/key-vault/secrets/quick-create-cli) to create one.
192+
If you don't have a key vault, follow the instructions in [Azure Key Vault quickstart](../key-vault/secrets/quick-create-cli.md) to create one.
193193

194194
1. On the left pane, under **Settings**, select **Access Policies**, and then **Add Access Policy**.
195195

@@ -209,4 +209,4 @@ You've now granted access to your Azure load testing resource to read the secret
209209

210210
* Learn how to [Parameterize a load test with secrets](./how-to-parameterize-load-tests.md).
211211
* Learn how to [Manage users and roles in Azure Load Testing](./how-to-assign-roles.md).
212-
* [What are managed identities for Azure resources?](/azure/active-directory/managed-identities-azure-resources/overview)
212+
* [What are managed identities for Azure resources?](../active-directory/managed-identities-azure-resources/overview.md)

articles/load-testing/tutorial-identify-performance-regression-with-cicd.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Before you configure the CI/CD pipeline to run a load test, you'll grant the CI/
5353

5454
# [Azure Pipelines](#tab/pipelines)
5555

56-
To access your Azure Load Testing resource from the Azure Pipelines workflow, you first create a service connection in your Azure DevOps project. The service connection creates an Azure Active Directory [service principal](/azure/active-directory/develop/app-objects-and-service-principals#service-principal-object). This service principal represents your Azure Pipelines workflow in Azure Active Directory.
56+
To access your Azure Load Testing resource from the Azure Pipelines workflow, you first create a service connection in your Azure DevOps project. The service connection creates an Azure Active Directory [service principal](../active-directory/develop/app-objects-and-service-principals.md#service-principal-object). This service principal represents your Azure Pipelines workflow in Azure Active Directory.
5757

5858
Next, you grant permissions to this service principal to create and run a load test with your Azure Load Testing resource.
5959

@@ -112,7 +112,7 @@ To grant access to your Azure Load Testing resource, assign the Load Test Contri
112112
113113
# [GitHub Actions](#tab/github)
114114
115-
To access your Azure Load Testing resource from the GitHub Actions workflow, you first create an Azure Active Directory [service principal](/azure/active-directory/develop/app-objects-and-service-principals#service-principal-object). This service principal represents your GitHub Actions workflow in Azure Active Directory.
115+
To access your Azure Load Testing resource from the GitHub Actions workflow, you first create an Azure Active Directory [service principal](../active-directory/develop/app-objects-and-service-principals.md#service-principal-object). This service principal represents your GitHub Actions workflow in Azure Active Directory.
116116
117117
Next, you grant permissions to the service principal to create and run a load test with your Azure Load Testing resource.
118118
@@ -195,7 +195,7 @@ To grant access to your Azure Load Testing resource, assign the Load Test Contri
195195
196196
You'll now create a CI/CD workflow to create and run a load test for the sample application. The sample application repository already contains a CI/CD workflow definition that first deploys the application to Azure, and then creates a load test based on JMeter test script (*SampleApp.jmx*). You'll update the sample workflow definition file to specify the Azure subscription and application details.
197197
198-
On the first CI/CD workflow run, it creates a new Azure Load Testing resource in your Azure subscription by using the *ARMTemplate/template.json* Azure Resource Manager (ARM) template. Learn more about [ARM templates](/azure/azure-resource-manager/templates/overview).
198+
On the first CI/CD workflow run, it creates a new Azure Load Testing resource in your Azure subscription by using the *ARMTemplate/template.json* Azure Resource Manager (ARM) template. Learn more about [ARM templates](../azure-resource-manager/templates/overview.md).
199199
200200
# [Azure Pipelines](#tab/pipelines)
201201
@@ -466,4 +466,4 @@ You've now created a CI/CD workflow that uses Azure Load Testing to automate run
466466
* Learn more about [Configuring server-side monitoring](./how-to-monitor-server-side-metrics.md).
467467
* Learn more about [Comparing results across multiple test runs](./how-to-compare-multiple-test-runs.md).
468468
* Learn more about [Parameterizing a load test](./how-to-parameterize-load-tests.md).
469-
* Learn more about [Defining test fail criteria](./how-to-define-test-criteria.md).
469+
* Learn more about [Defining test fail criteria](./how-to-define-test-criteria.md).

articles/logic-apps/logic-apps-create-logic-apps-from-templates.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ This how-to guide shows how to use these templates as provided or edit them to f
5353
| **Region** | <*your-Azure-datacenter-region*> | Select the datacenter region for deploying your logic app, for example, **West US**. |
5454
| **Enable log analytics** | **No** (default) or **Yes** | To set up [diagnostic logging](../logic-apps/monitor-logic-apps-log-analytics.md) for your logic app resource by using [Azure Monitor logs](../azure-monitor/logs/log-query-overview.md), select **Yes**. This selection requires that you already have a Log Analytics workspace. |
5555
| **Plan type** | **Consumption** or **Standard** | Select **Consumption** to create a Consumption logic app workflow from a template. |
56-
| **Zone redundancy** | **Disabled** (default) or **Enabled** | If this option is available, select **Enabled** if you want to protect your logic app resource from a regional failure. But first [check that zone redundancy is available in your Azure region](/azure/logic-apps/set-up-zone-redundancy-availability-zones?tabs=consumption#considerations). |
56+
| **Zone redundancy** | **Disabled** (default) or **Enabled** | If this option is available, select **Enabled** if you want to protect your logic app resource from a regional failure. But first [check that zone redundancy is available in your Azure region](./set-up-zone-redundancy-availability-zones.md?tabs=consumption#considerations). |
5757

5858
:::image type="content" source="./media/logic-apps-create-logic-apps-from-templates/logic-app-settings.png" alt-text="Screenshot showing the 'Create Logic App' page with example property values provided and the 'Consumption' plan type selected.":::
5959

@@ -158,4 +158,4 @@ This how-to guide shows how to use these templates as provided or edit them to f
158158
Learn about building logic app workflows through examples, scenarios, customer stories, and walkthroughs.
159159

160160
> [!div class="nextstepaction"]
161-
> [Review logic app examples, scenarios, and walkthroughs](../logic-apps/logic-apps-examples-and-scenarios.md)
161+
> [Review logic app examples, scenarios, and walkthroughs](../logic-apps/logic-apps-examples-and-scenarios.md)

articles/machine-learning/concept-enterprise-security.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ For more information, see the following documents:
8383
* [Virtual network isolation and privacy overview](how-to-network-security-overview.md)
8484
* [Secure workspace resources](how-to-secure-workspace-vnet.md)
8585
* [Secure training environment](how-to-secure-training-vnet.md)
86-
* [Secure inference environment](/azure/machine-learning/how-to-secure-inferencing-vnet)
86+
* [Secure inference environment](./how-to-secure-inferencing-vnet.md)
8787
* [Use studio in a secured virtual network](how-to-enable-studio-virtual-network.md)
8888
* [Use custom DNS](how-to-custom-dns.md)
8989
* [Configure firewall](how-to-access-azureml-behind-firewall.md)
@@ -112,4 +112,4 @@ Azure Machine Learning has several inbound and outbound network dependencies. So
112112
* [Use Azure Machine Learning with Azure Firewall](how-to-access-azureml-behind-firewall.md)
113113
* [Use Azure Machine Learning with Azure Virtual Network](how-to-network-security-overview.md)
114114
* [Data encryption at rest and in transit](concept-data-encryption.md)
115-
* [Build a real-time recommendation API on Azure](/azure/architecture/reference-architectures/ai/real-time-recommendation)
115+
* [Build a real-time recommendation API on Azure](/azure/architecture/reference-architectures/ai/real-time-recommendation)

articles/machine-learning/migrate-to-v2-execution-hyperdrive.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,6 @@ This article gives a comparison of scenario(s) in SDK v1 and SDK v2.
275275

276276
For more information, see:
277277

278-
* [SDK v1 - Tune Hyperparameters](/azure/machine-learning/v1/how-to-tune-hyperparameters-v1)
278+
* [SDK v1 - Tune Hyperparameters](./v1/how-to-tune-hyperparameters-v1.md)
279279
* [SDK v2 - Tune Hyperparameters](/python/api/azure-ai-ml/azure.ai.ml.sweep)
280-
* [SDK v2 - Sweep in Pipeline](how-to-use-sweep-in-pipeline.md)
280+
* [SDK v2 - Sweep in Pipeline](how-to-use-sweep-in-pipeline.md)

articles/machine-learning/v1/how-to-secure-workspace-vnet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ In this article you learn how to enable the following workspaces resources in a
6464

6565
### Azure Container Registry
6666

67-
* Your Azure Container Registry must be Premium version. For more information on upgrading, see [Changing SKUs](/azure/container-registry/container-registry-skus#changing-tiers).
67+
* Your Azure Container Registry must be Premium version. For more information on upgrading, see [Changing SKUs](../../container-registry/container-registry-skus.md#changing-tiers).
6868

6969
* If your Azure Container Registry uses a __private endpoint__, it must be in the same _virtual network_ as the storage account and compute targets used for training or inference. If it uses a __service endpoint__, it must be in the same _virtual network_ and _subnet_ as the storage account and compute targets.
7070

@@ -357,4 +357,4 @@ This article is part of a series on securing an Azure Machine Learning workflow.
357357
* [Use a firewall](../how-to-access-azureml-behind-firewall.md)
358358
* [Tutorial: Create a secure workspace](../tutorial-create-secure-workspace.md)
359359
* [Tutorial: Create a secure workspace using a template](../tutorial-create-secure-workspace-template.md)
360-
* [API platform network isolation](../how-to-configure-network-isolation-with-v2.md)
360+
* [API platform network isolation](../how-to-configure-network-isolation-with-v2.md)

articles/mysql/flexible-server/connect-java.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ az identity create \
121121
```
122122

123123
> [!IMPORTANT]
124-
> After creating the user-assigned identity, ask your *Global Administrator* or *Privileged Role Administrator* to grant the following permissions for this identity: `User.Read.All`, `GroupMember.Read.All`, and `Application.Read.ALL`. For more information, see the [Permissions](/azure/mysql/flexible-server/concepts-azure-ad-authentication#permissions) section of [Active Directory authentication](/azure/mysql/flexible-server/concepts-azure-ad-authentication).
124+
> After creating the user-assigned identity, ask your *Global Administrator* or *Privileged Role Administrator* to grant the following permissions for this identity: `User.Read.All`, `GroupMember.Read.All`, and `Application.Read.ALL`. For more information, see the [Permissions](./concepts-azure-ad-authentication.md#permissions) section of [Active Directory authentication](./concepts-azure-ad-authentication.md).
125125
126126
Run the following command to assign the identity to MySQL server for creating Azure AD admin:
127127

@@ -216,7 +216,7 @@ az mysql flexible-server db create \
216216
Next, create a non-admin user and grant all permissions on the `demo` database to it.
217217

218218
> [!NOTE]
219-
> You can read more detailed information about creating MySQL users in [Create users in Azure Database for MySQL](/azure/mysql/single-server/how-to-create-users).
219+
> You can read more detailed information about creating MySQL users in [Create users in Azure Database for MySQL](../single-server/how-to-create-users.md).
220220
221221
#### [Passwordless connection (Recommended)](#tab/passwordless)
222222

@@ -730,4 +730,4 @@ az group delete \
730730
## Next steps
731731

732732
> [!div class="nextstepaction"]
733-
> [Migrate your MySQL database to Azure Database for MySQL using dump and restore](../concepts-migrate-dump-restore.md)
733+
> [Migrate your MySQL database to Azure Database for MySQL using dump and restore](../concepts-migrate-dump-restore.md)

articles/network-watcher/network-insights-topology.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,4 @@ Follow these steps to find the next hop.
9595

9696
## Next steps
9797

98-
[Learn more](/azure/network-watcher/connection-monitor-overview) about connectivity related metrics.
98+
[Learn more](./connection-monitor-overview.md) about connectivity related metrics.

articles/orbital/organize-stac-data.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,9 @@ To catalog more data sources or to catalog your own data source, consider the fo
138138

139139
Security provides assurances against deliberate attacks and the abuse of your valuable data and systems. For more information, see [Overview of the security pillar](/azure/architecture/framework/security/overview).
140140

141-
- Azure Kubernetes Service [Container Security](/azure/aks/concepts-security) implementation ensures the processors are built and run as containers are secure.
142-
- API Management Service [Security baseline](/azure/aks/concepts-security) provides recommendations on how to secure your cloud solutions on Azure.
143-
- [Azure Database for PostgreSQL Security](/azure/postgresql/flexible-server/concepts-security) covers in-depth the security at multiple layers when data is stored in PostgreSQL Flexible Server including data at rest and data in transit scenarios.
141+
- Azure Kubernetes Service [Container Security](../aks/concepts-security.md) implementation ensures the processors are built and run as containers are secure.
142+
- API Management Service [Security baseline](../aks/concepts-security.md) provides recommendations on how to secure your cloud solutions on Azure.
143+
- [Azure Database for PostgreSQL Security](../postgresql/flexible-server/concepts-security.md) covers in-depth the security at multiple layers when data is stored in PostgreSQL Flexible Server including data at rest and data in transit scenarios.
144144

145145
### Cost optimization
146146

@@ -201,4 +201,4 @@ If you want to start building this, we have put together a [sample solution](htt
201201
|STAC Item|The core atomic unit, representing a single spatiotemporal asset as a GeoJSON feature plus metadata like datetime and reference links.|
202202
|STAC Catalog|A simple, flexible JSON that provides a structure and organized the metadata like STAC items, collections and other catalogs.|
203203
|STAC Collection|Provides additional information such as the extents, license, keywords, providers, and so forth, that describe STAC Items within the Collection.|
204-
|STAC API|Provides a RESTful endpoint that enables search of STAC Items, specified in OpenAPI.|
204+
|STAC API|Provides a RESTful endpoint that enables search of STAC Items, specified in OpenAPI.|

0 commit comments

Comments
 (0)