Skip to content

Commit 0e53ced

Browse files
author
craigcaseyMSFT
committed
fix broken links from CATS report
1 parent 2336e8e commit 0e53ced

File tree

10 files changed

+15
-15
lines changed

10 files changed

+15
-15
lines changed

articles/active-directory/fundamentals/whats-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -764,7 +764,7 @@ New updates to the AzureAD and AzureAD Preview PowerShell modules are available:
764764

765765
We've made some UI improvements to the dynamic group rule builder, available in the Azure portal, to help you more easily set up a new rule, or change existing rules. This design improvement allows you to create rules with up to five expressions, instead of just one. We've also updated the device property list to remove deprecated device properties.
766766

767-
For more information, see [Manage dynamic membership rules](https://docs.microsoft.com/azure/active-directory/users-groups-roles/groups-update-rule).
767+
For more information, see [Manage dynamic membership rules](https://docs.microsoft.com/azure/active-directory/users-groups-roles/groups-dynamic-membership).
768768

769769
---
770770

articles/azure-functions/functions-host-json.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ For the complete JSON structure, see the earlier [example host.json file](#sampl
174174

175175
### applicationInsights.snapshotConfiguration
176176

177-
For more information on snapshots, see [Debug snapshots on exceptions in .NET apps](/azure-monitor/app/snapshot-debugger) and [Troubleshoot problems enabling Application Insights Snapshot Debugger or viewing snapshots](/azure/azure-monitor/app/snapshot-debugger-troubleshoot).
177+
For more information on snapshots, see [Debug snapshots on exceptions in .NET apps](/azure/azure-monitor/app/snapshot-debugger) and [Troubleshoot problems enabling Application Insights Snapshot Debugger or viewing snapshots](/azure/azure-monitor/app/snapshot-debugger-troubleshoot).
178178

179179
|Property | Default | Description |
180180
| --------- | --------- | --------- |

articles/azure-monitor/monitor-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ The services and solutions in the following table store their data in a Log Anal
173173
|:---|:---|
174174
| [Azure Automation](/azure/automation/) | Manage operating system updates and track changes on Windows and Linux computers. See [Change Tracking](../automation/change-tracking.md) and [Update Management](../automation/automation-update-management.md). |
175175
| [Azure Information Protection ](https://docs.microsoft.com/azure/information-protection/) | Classify and optionally protect documents and emails. See [Central reporting for Azure Information Protection](https://docs.microsoft.com/azure/information-protection/reports-aip#configure-a-log-analytics-workspace-for-the-reports). |
176-
| [Azure Security Center](/azure/security-center/) | Collect and analyze security events and perform threat analysis. See [Data collection in Azure Security Center](/security-center/security-center-enable-data-collection.md) |
176+
| [Azure Security Center](/azure/security-center/) | Collect and analyze security events and perform threat analysis. See [Data collection in Azure Security Center](/azure/security-center/security-center-enable-data-collection) |
177177
| [Azure Sentinel](/azure/sentinel/) | Connects to different sources including Office 365 and Amazon Web Services Cloud Trail. See [Connect data sources](/azure/sentinel/connect-data-sources). |
178178
| [Key Vault Analytics](insights/azure-key-vault.md) | Analyze Azure Key Vault AuditEvent logs. |
179179
| [Microsoft Intune](https://docs.microsoft.com/intune/) | Create a diagnostic setting to send logs to Azure Monitor. See [Send log data to storage, event hubs, or log analytics in Intune (preview)](https://docs.microsoft.com/intune/fundamentals/review-logs-using-azure-monitor). |

articles/azure-resource-manager/templates/deployment-script-template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The benefits of deployment script:
5252
$id = (Get-AzUserAssignedIdentity -resourcegroupname $idGroup -Name idName).Id
5353
```
5454

55-
- **Azure PowerShell version 2.7.0, 2.8.0 or 3.0.0**. You don't need these versions for deploying templates. But these versions are needed for testing deployment scripts locally. See [Install the Azure PowerShell module](/powershell/azure/install-az-ps.md). You can use a preconfigured Docker image. See [Configure development environment](#configure-development-environment).
55+
- **Azure PowerShell version 2.7.0, 2.8.0 or 3.0.0**. You don't need these versions for deploying templates. But these versions are needed for testing deployment scripts locally. See [Install the Azure PowerShell module](/powershell/azure/install-az-ps). You can use a preconfigured Docker image. See [Configure development environment](#configure-development-environment).
5656

5757
## Resource schema
5858

@@ -228,7 +228,7 @@ To see the deploymentScripts resource in the portal, select **Show hidden types*
228228

229229
## Clean up deployment script resources
230230

231-
Deployment script creates a storage account and a container instance that are used for executing deployment scripts and storing debug information. These two resources are created in the same resource group as the provisioned resources, and will be deleted by the script service when script expires. You can control the life cycle of these resources. Until they are deleted, you are billed for both resources. For the price information, see [Container Instances pricing](/pricing/details/container-instances/) and [Azure Storage pricing](/pricing/details/storage/).
231+
Deployment script creates a storage account and a container instance that are used for executing deployment scripts and storing debug information. These two resources are created in the same resource group as the provisioned resources, and will be deleted by the script service when script expires. You can control the life cycle of these resources. Until they are deleted, you are billed for both resources. For the price information, see [Container Instances pricing](https://azure.microsoft.com/pricing/details/container-instances/) and [Azure Storage pricing](https://azure.microsoft.com/pricing/details/storage/).
232232

233233
The life cycle of these resources is controlled by the following properties in the template:
234234

articles/azure-resource-manager/templates/template-functions-resource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ The possible uses of list* are shown in the following table.
227227
| microsoft.web/apimanagementaccounts/apis/connections | listsecrets |
228228
| microsoft.web/sites/backups | [list](/rest/api/appservice/webapps/listbackups) |
229229
| Microsoft.Web/sites/config | [list](/rest/api/appservice/webapps/listconfigurations) |
230-
| microsoft.web/sites/functions | [listkeys]()
230+
| microsoft.web/sites/functions | [listkeys](/rest/api/appservice/webapps/listfunctionkeys)
231231
| microsoft.web/sites/functions | [listsecrets](/rest/api/appservice/webapps/listfunctionsecrets) |
232232
| microsoft.web/sites/hybridconnectionnamespaces/relays | [listkeys](/rest/api/appservice/appserviceplans/listhybridconnectionkeys) |
233233
| microsoft.web/sites | [listsyncfunctiontriggerstatus](/rest/api/appservice/webapps/listsyncfunctiontriggers) |

articles/machine-learning/how-to-train-with-datasets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ titanic_ds = Dataset.Tabular.from_delimited_files(path=web_path)
5959

6060
TabularDataset objects provide the ability to load the data into a pandas or spark DataFrame so that you can work with familiar data preparation and training libraries. To leverage this capability, you can pass a TabularDataset as the input in your training configuration, and then retrieve it in your script.
6161

62-
To do so, access the input dataset through the [`Run`](https://docs.microsoft.com/python/api/azureml-core/azureml.core.run.run?view=azure-ml-py) object in your training script and use the [`to_pandas_dataframe()`](https://docs.microsoft.com/python/api/azureml-core/azureml.data.tabulardataset?view=azure-ml-py#to-pandas-dataframe--) method.
62+
To do so, access the input dataset through the [`Run`](https://docs.microsoft.com/python/api/azureml-core/azureml.core.run.run?view=azure-ml-py) object in your training script and use the [`to_pandas_dataframe()`](https://docs.microsoft.com/python/api/azureml-core/azureml.data.tabulardataset#to-pandas-dataframe-on-error--null---out-of-range-datetime--null--) method.
6363

6464
```Python
6565
%%writefile $script_folder/train_titanic.py

articles/marketplace/marketplace-criteria-content-validation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.author: evansma
1515

1616
This document contains requirement guidelines as well as a checklist for reviewers for new offers and services listed to Azure Marketplace.
1717

18-
All offers must meet the [All Listing Requirements](https://docs.microsoft.com/azure/marketplace/marketplace-criteria-content-validation#all-listing-requirements) indicated below. Additional requirements and checklists are provided for specific listing types including: offers with attached [trials](https://docs.microsoft.com/azure/marketplace/marketplace-criteria-content-validation#trial-offer-requirements), [SaaS apps](https://docs.microsoft.com/azure/marketplace/marketplace-criteria-content-validation#saas-apps-requirements), [containers](https://docs.microsoft.com/azure/marketplace/marketplace-criteria-content-validation#container-offer-requirements), and [consulting offers](https://docs.microsoft.com/azure/marketplace/marketplace-criteria-content-validation#consulting-offer-requirements).
18+
All offers must meet the [All Listing Requirements](https://docs.microsoft.com/azure/marketplace/marketplace-criteria-content-validation#all-listing-requirements) indicated below. Additional requirements and checklists are provided for specific listing types including: offers with attached [trials](https://docs.microsoft.com/azure/marketplace/marketplace-criteria-content-validation#trial-offer-requirements), [SaaS apps](https://docs.microsoft.com/azure/marketplace/marketplace-criteria-content-validation#saas-app-requirements), [containers](https://docs.microsoft.com/azure/marketplace/marketplace-criteria-content-validation#container-offer-requirements), and [consulting offers](https://docs.microsoft.com/azure/marketplace/marketplace-criteria-content-validation#consulting-offer-requirements).
1919

2020

2121
## All listing requirements

articles/migrate/troubleshoot-appliance-discovery.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ If you get this connection error, you might be unable to connect to vCenter Serv
7171

7272
- Error 60052, "The appliance might not be registered successfully to the Azure Migrate project" occurs if the Azure account used to register the appliance has insufficient permissions.
7373
- Make sure that the Azure user account used to register the appliance has at least Contributor permissions on the subscription.
74-
- [Learn more](https://docs.microsoft.com/azure/migrate/migrate-appliance#appliance-deployment-requirements) about required Azure roles and permissions.
74+
- [Learn more](https://docs.microsoft.com/azure/migrate/migrate-appliance#appliance---vmware) about required Azure roles and permissions.
7575
- Error 60039, "The appliance might not be registered successfully to the Azure Migrate project" can occur if registration fails because the Azure Migrate project used to the register the appliance can't be found.
7676
- In the Azure portal and check whether the project exists in the resource group.
7777
- If the project doesn't exist, create a new Azure Migrate project in your resource group and register the appliance again. [Learn how to](https://docs.microsoft.com/azure/migrate/how-to-add-tool-first-time#create-a-project-and-add-a-tool) create a new project.
@@ -82,7 +82,7 @@ If you receive the error 60030 or 60031, "An Azure Key Vault management operatio
8282
- Make sure the Azure user account used to register the appliance has at least Contributor permissions on the subscription.
8383
- Make sure the account has access to the key vault specified in the error message, and then retry the operation.
8484
- If the issue persists, contact Microsoft support.
85-
- [Learn more](https://docs.microsoft.com/azure/migrate/migrate-appliance#appliance-deployment-requirements) about the required Azure roles and permissions.
85+
- [Learn more](https://docs.microsoft.com/azure/migrate/migrate-appliance#appliance---vmware) about the required Azure roles and permissions.
8686

8787
## Error 60028: Discovery couldn't be initiated
8888

@@ -97,7 +97,7 @@ Error 60025: "An Azure AD operation failed. The error occurred while creating or
9797
- Ensure that the user account initiating the discovery is same as the one used to register the appliance.
9898
- Provide Azure Active Directory application access permissions to the user account for which the discovery operation is failing.
9999
- Delete the resource group previously created for the Azure Migrate project. Create another resource group to start again.
100-
- [Learn more](https://docs.microsoft.com/azure/migrate/migrate-appliance#appliance-deployment-requirements) about Azure Active Directory application permissions.
100+
- [Learn more](https://docs.microsoft.com/azure/migrate/migrate-appliance#appliance---vmware) about Azure Active Directory application permissions.
101101

102102

103103
## Error 50004: Can't connect to host or cluster

articles/scheduler/scheduler-high-availability-reliability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ms.date: 08/16/2016
1919
> To continue working with the jobs that you set up in Scheduler, please
2020
> [migrate to Azure Logic Apps](../scheduler/migrate-from-scheduler-to-logic-apps.md) as soon as possible.
2121
22-
Azure Scheduler provides both [high availability](https://docs.microsoft.com/azure/architecture/guide/pillars#availability)
22+
Azure Scheduler provides both [high availability](https://docs.microsoft.com/azure/architecture/framework/#resiliency)
2323
and reliability for your jobs. For more information, see
2424
[SLA for Scheduler](https://azure.microsoft.com/support/legal/sla/scheduler).
2525

includes/data-explorer-configure-customer-managed-keys.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ To enable customer-managed keys for your cluster, first assign a system-assigned
1717

1818
## Create a new key vault
1919

20-
To create a new key vault using PowerShell, call [New-AzKeyVault](/powershell/module/az.keyvault/new-azkeyvault.md). The key vault that you use to store customer-managed keys for Azure Data Explorer encryption must have two key protection settings enabled, **Soft Delete** and **Do Not Purge**. Replace the placeholder values in brackets with your own values in example below.
20+
To create a new key vault using PowerShell, call [New-AzKeyVault](/powershell/module/az.keyvault/new-azkeyvault). The key vault that you use to store customer-managed keys for Azure Data Explorer encryption must have two key protection settings enabled, **Soft Delete** and **Do Not Purge**. Replace the placeholder values in brackets with your own values in example below.
2121

2222
```azurepowershell-interactive
2323
$keyVault = New-AzKeyVault -Name <key-vault> `
@@ -29,7 +29,7 @@ $keyVault = New-AzKeyVault -Name <key-vault> `
2929

3030
## Configure the key vault access policy
3131

32-
Next, configure the access policy for the key vault so that the cluster has permissions to access it. In this step, you'll use the system-assigned managed identity that you previously assigned to the cluster. To set the access policy for the key vault, call [Set-AzKeyVaultAccessPolicy](/powershell/module/az.keyvault/set-azkeyvaultaccesspolicy.md). Replace the placeholder values in brackets with your own values and use the variables defined in the previous examples.
32+
Next, configure the access policy for the key vault so that the cluster has permissions to access it. In this step, you'll use the system-assigned managed identity that you previously assigned to the cluster. To set the access policy for the key vault, call [Set-AzKeyVaultAccessPolicy](/powershell/module/az.keyvault/set-azkeyvaultaccesspolicy). Replace the placeholder values in brackets with your own values and use the variables defined in the previous examples.
3333

3434
```azurepowershell-interactive
3535
Set-AzKeyVaultAccessPolicy `
@@ -40,7 +40,7 @@ Set-AzKeyVaultAccessPolicy `
4040

4141
## Create a new key
4242

43-
Next, create a new key in the key vault. To create a new key, call [Add-AzKeyVaultKey](/powershell/module/az.keyvault/add-azkeyvaultkey.md). Replace the placeholder values in brackets with your own values and use the variables defined in the previous examples.
43+
Next, create a new key in the key vault. To create a new key, call [Add-AzKeyVaultKey](/powershell/module/az.keyvault/add-azkeyvaultkey). Replace the placeholder values in brackets with your own values and use the variables defined in the previous examples.
4444

4545
```azurepowershell-interactive
4646
$key = Add-AzKeyVaultKey -VaultName $keyVault.VaultName -Name <key> -Destination 'Software'

0 commit comments

Comments
 (0)