Skip to content

Commit e20133a

Browse files
authored
Merge pull request #111747 from craigcaseyMSFT/vcraic0414
fix broken links from OPS report
2 parents b2925ee + 1a914fc commit e20133a

File tree

10 files changed

+73
-74
lines changed

10 files changed

+73
-74
lines changed

articles/active-directory/fundamentals/active-directory-deployment-plans.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Widening the rollout to larger groups of users should be carried out by increasi
7676
| -| -|
7777
| [ADFS to Password Hash Sync](../hybrid/plan-migrate-adfs-password-hash-sync.md)| With Password Hash Synchronization, hashes of user passwords are synchronized from on-premises Active Directory to Azure AD, letting Azure AD authenticate users with no interaction with the on-premises Active Directory |
7878
| [ADFS to Pass Through Authentication](../hybrid/plan-migrate-adfs-pass-through-authentication.md)| Azure AD Pass-through Authentication helps your users sign in to both on-premises and cloud-based applications using the same passwords. This feature provides users with a better experience - one less password to remember - and reduces IT helpdesk costs because users are less likely to forget how to sign in. When people sign in using Azure AD, this feature validates users' passwords directly against your on-premises Active Directory. |
79-
| [Azure AD Application Proxy](https://docs.microsoft.com/azure/active-directory/manage-apps/application-proxy-deployment-plan.md) |Employees today want to be productive at any place, at any time, and from any device. They need to access SaaS apps in the cloud and corporate apps on-premises. Azure AD Application proxy enables this robust access without costly and complex virtual private networks (VPNs) or demilitarized zones (DMZs). |
79+
| [Azure AD Application Proxy](https://docs.microsoft.com/azure/active-directory/manage-apps/application-proxy-deployment-plan) |Employees today want to be productive at any place, at any time, and from any device. They need to access SaaS apps in the cloud and corporate apps on-premises. Azure AD Application proxy enables this robust access without costly and complex virtual private networks (VPNs) or demilitarized zones (DMZs). |
8080
| [Seamless SSO](../hybrid/how-to-connect-sso-quick-start.md)| Azure Active Directory Seamless Single Sign-On (Azure AD Seamless SSO) automatically signs users in when they are on their corporate devices connected to your corporate network. With this feature, users won't need to type in their passwords to sign in to Azure AD and usually won't need to enter their usernames. This feature provides authorized users with easy access to your cloud-based applications without needing any additional on-premises components. |
8181

8282
## Deploy user provisioning

articles/app-service/tutorial-send-email.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,7 @@ var statusCode = result.StatusCode.ToString();
195195
```
196196

197197
> [!NOTE]
198-
> This code is written for simplicity of demonstration. In practice, don't instantiate an `HttpClient` object for each request. Follow the guidance at [Use IHttpClientFactory to implement resilient HTTP requests](https://docs.microsoft.com/dotnet/architecture/microservices/implement-resilient-applications/use-httpclientfactory-to-implement-resilient
199-
-http-requests).
198+
> This code is written for simplicity of demonstration. In practice, don't instantiate an `HttpClient` object for each request. Follow the guidance at [Use IHttpClientFactory to implement resilient HTTP requests](https://docs.microsoft.com/dotnet/architecture/microservices/implement-resilient-applications/use-httpclientfactory-to-implement-resilient-http-requests).
200199
201200
If you're testing this code on the sample app for [Tutorial: Build an ASP.NET Core and SQL Database app in Azure App Service](app-service-web-tutorial-dotnetcore-sqldb.md), you could use it to send an email confirmation in the [Create action](https://github.com/Azure-Samples/dotnetcore-sqldb-tutorial/blob/master/Controllers/TodosController.cs#L56-L65), after the `Todo` item is added.
202201

articles/azure-monitor/learn/quick-create-workspace-cli.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -55,32 +55,32 @@ The following parameters set a default value:
5555
"parameters": {
5656
"workspaceName": {
5757
"type": "String",
58-
"metadata": {
58+
"metadata": {
5959
"description": "Specifies the name of the workspace."
6060
}
6161
},
6262
"location": {
6363
"type": "String",
64-
"allowedValues": [
65-
"eastus",
66-
"westus"
67-
],
68-
"defaultValue": "eastus",
69-
"metadata": {
70-
"description": "Specifies the location in which to create the workspace."
71-
}
64+
"allowedValues": [
65+
"eastus",
66+
"westus"
67+
],
68+
"defaultValue": "eastus",
69+
"metadata": {
70+
"description": "Specifies the location in which to create the workspace."
71+
}
7272
},
7373
"sku": {
7474
"type": "String",
75-
"allowedValues": [
75+
"allowedValues": [
7676
"Standalone",
7777
"PerNode",
78-
"PerGB2018"
78+
"PerGB2018"
7979
],
80-
"defaultValue": "PerGB2018",
81-
"metadata": {
80+
"defaultValue": "PerGB2018",
81+
"metadata": {
8282
"description": "Specifies the service tier of the workspace: Standalone, PerNode, Per-GB"
83-
}
83+
}
8484
}
8585
},
8686
"resources": [
@@ -102,7 +102,7 @@ The following parameters set a default value:
102102
}
103103
```
104104

105-
2. Edit the template to meet your requirements. Review [Microsoft.OperationalInsights/workspaces template](https://docs.microsoft.com/azure/templates/microsoft.operationalinsights/workspaces) reference to learn what properties and values are supported.
105+
2. Edit the template to meet your requirements. Review [Microsoft.OperationalInsights/workspaces template](https://docs.microsoft.com/azure/templates/microsoft.operationalinsights/2015-11-01-preview/workspaces) reference to learn what properties and values are supported.
106106
3. Save this file as **deploylaworkspacetemplate.json** to a local folder.
107107
4. You are ready to deploy this template. Use the following commands from the folder containing the template. When you're prompted for a workspace name, provide a name that is globally unique across all Azure subscriptions.
108108

articles/azure-monitor/learn/quick-create-workspace-posh.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -57,32 +57,32 @@ The following parameters set a default value:
5757
"parameters": {
5858
"workspaceName": {
5959
"type": "String",
60-
"metadata": {
60+
"metadata": {
6161
"description": "Specifies the name of the workspace."
6262
}
6363
},
6464
"location": {
6565
"type": "String",
66-
"allowedValues": [
67-
"eastus",
68-
"westus"
69-
],
70-
"defaultValue": "eastus",
71-
"metadata": {
72-
"description": "Specifies the location in which to create the workspace."
73-
}
66+
"allowedValues": [
67+
"eastus",
68+
"westus"
69+
],
70+
"defaultValue": "eastus",
71+
"metadata": {
72+
"description": "Specifies the location in which to create the workspace."
73+
}
7474
},
7575
"sku": {
7676
"type": "String",
77-
"allowedValues": [
77+
"allowedValues": [
7878
"Standalone",
7979
"PerNode",
80-
"PerGB2018"
80+
"PerGB2018"
8181
],
82-
"defaultValue": "PerGB2018",
83-
"metadata": {
82+
"defaultValue": "PerGB2018",
83+
"metadata": {
8484
"description": "Specifies the service tier of the workspace: Standalone, PerNode, Per-GB"
85-
}
85+
}
8686
}
8787
},
8888
"resources": [
@@ -104,7 +104,7 @@ The following parameters set a default value:
104104
}
105105
```
106106

107-
2. Edit the template to meet your requirements. Review [Microsoft.OperationalInsights/workspaces template](https://docs.microsoft.com/azure/templates/microsoft.operationalinsights/workspaces) reference to learn what properties and values are supported.
107+
2. Edit the template to meet your requirements. Review [Microsoft.OperationalInsights/workspaces template](https://docs.microsoft.com/azure/templates/microsoft.operationalinsights/2015-11-01-preview/workspaces) reference to learn what properties and values are supported.
108108
3. Save this file as **deploylaworkspacetemplate.json** to a local folder.
109109
4. You are ready to deploy this template. Use the following commands from the folder containing the template. When you're prompted for a workspace name, provide a name that is globally unique across all Azure subscriptions.
110110

articles/azure-monitor/platform/template-workspace-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ For capacity reservation, you define a selected capacity reservation for ingesti
149149
>* "name": "CapacityReservation",
150150
>* "capacityReservationLevel": 100
151151

152-
2. Edit the template to meet your requirements. Consider creating a [Resource Manager parameters file](../../azure-resource-manager/templates/parameter-files.md) instead of passing parameters as inline values. Review [Microsoft.OperationalInsights/workspaces template](https://docs.microsoft.com/azure/templates/microsoft.operationalinsights/workspaces) reference to learn what properties and values are supported.
152+
2. Edit the template to meet your requirements. Consider creating a [Resource Manager parameters file](../../azure-resource-manager/templates/parameter-files.md) instead of passing parameters as inline values. Review [Microsoft.OperationalInsights/workspaces template](https://docs.microsoft.com/azure/templates/microsoft.operationalinsights/2015-11-01-preview/workspaces) reference to learn what properties and values are supported.
153153

154154
3. Save this file as **deploylaworkspacetemplate.json** to a local folder.
155155

articles/azure-resource-manager/templates/deploy-to-subscription.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ You can deploy the following resource types at the subscription level:
1818
* [budgets](/azure/templates/microsoft.consumption/budgets)
1919
* [deployments](/azure/templates/microsoft.resources/deployments) - for nested templates that deploy to resource groups.
2020
* [eventSubscriptions](/azure/templates/microsoft.eventgrid/eventsubscriptions)
21-
* [peerAsns](/azure/templates/microsoft.peering/peerasns)
21+
* [peerAsns](/azure/templates/microsoft.peering/2019-09-01-preview/peerasns)
2222
* [policyAssignments](/azure/templates/microsoft.authorization/policyassignments)
2323
* [policyDefinitions](/azure/templates/microsoft.authorization/policydefinitions)
2424
* [policySetDefinitions](/azure/templates/microsoft.authorization/policysetdefinitions)
25-
* [remediations](/azure/templates/microsoft.policyinsights/remediations)
25+
* [remediations](/azure/templates/microsoft.policyinsights/2019-07-01/remediations)
2626
* [resourceGroups](/azure/templates/microsoft.resources/resourcegroups)
2727
* [roleAssignments](/azure/templates/microsoft.authorization/roleassignments)
2828
* [roleDefinitions](/azure/templates/microsoft.authorization/roledefinitions)

0 commit comments

Comments
 (0)