Skip to content

Commit b4ef1ae

Browse files
author
Learn-Build-Service
committed
[migrate-content] Fix links
1 parent 3fe2abe commit b4ef1ae

File tree

603 files changed

+1851
-2211
lines changed

Some content is hidden

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

603 files changed

+1851
-2211
lines changed

.openpublishing.redirection.defender-for-cloud.json

Lines changed: 653 additions & 998 deletions
Large diffs are not rendered by default.

.openpublishing.redirection.json

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@
397397
},
398398
{
399399
"source_path_from_root": "/articles/azure-portal/tutorial-azureportal-devops.md",
400-
"redirect_url": "/azure/devops/pipelines/get-started-designer?toc=%2Fazure%2Fdevops%2Fuser-guide%2Ftoc.json&bc=%2Fazure%2Fdevops%2Fuser-guide%2Fbreadcrumb%2Ftoc.json&tabs=new-nav",
400+
"redirect_url": "/azure/devops/pipelines/get-started-designer?toc=%2Fazure%2Fdevops%2Fuser-guide%2Ftoc.json\u0026bc=%2Fazure%2Fdevops%2Fuser-guide%2Fbreadcrumb%2Ftoc.json\u0026tabs=new-nav",
401401
"redirect_document_id": false
402402
},
403403
{
@@ -1220,11 +1220,6 @@
12201220
"redirect_url": "/azure/cloudfoundry",
12211221
"redirect_document_id": false
12221222
},
1223-
{
1224-
"source_path_from_root": "/articles/confidential-ledger/register-ledger-service-principal.md",
1225-
"redirect_url": "/azure/confidential-ledger/overview",
1226-
"redirect_document_id": false
1227-
},
12281223
{
12291224
"source_path_from_root": "/articles/container-instances/availability-zones.md",
12301225
"redirect_url": "/azure/reliability/reliability-containers",
@@ -2310,11 +2305,6 @@
23102305
"redirect_url": "/azure/developer/jenkins/pipeline-with-github-and-docker",
23112306
"redirect_document_id": false
23122307
},
2313-
{
2314-
"source_path_from_root": "/articles/key-vault/general/move-region.md",
2315-
"redirect_url": "/azure/operational-excellence/relocation-key-vault",
2316-
"redirect_document_id": false
2317-
},
23182308
{
23192309
"source_path_from_root": "/articles/kubernetes-fleet/access-fleet-kubernetes-api.md",
23202310
"redirect_url": "/azure/kubernetes-fleet/quickstart-access-fleet-kubernetes-api",
@@ -4602,7 +4592,7 @@
46024592
},
46034593
{
46044594
"source_path_from_root": "/articles/virtual-desktop/partners.md",
4605-
"redirect_url": "https://azuremarketplace.microsoft.com/marketplace/apps?page=1&search=azure%20virtual%20desktop",
4595+
"redirect_url": "https://azuremarketplace.microsoft.com/marketplace/apps?page=1\u0026search=azure%20virtual%20desktop",
46064596
"redirect_document_id": false
46074597
},
46084598
{

.openpublishing.redirection.security-benchmark.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -140,11 +140,6 @@
140140
"redirect_url": "/security/benchmark/azure/v2-cis-benchmark",
141141
"redirect_document_id": false
142142
},
143-
{
144-
"source_path_from_root": "/articles/key-vault/general/security-baseline.md",
145-
"redirect_url": "/security/benchmark/azure/baselines/key-vault-security-baseline",
146-
"redirect_document_id": false
147-
},
148143
{
149144
"source_path_from_root": "/articles/api-management/security-baseline.md",
150145
"redirect_url": "/security/benchmark/azure/baselines/api-management-security-baseline",

articles/active-directory-b2c/partner-strata.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ appgateways:
244244

245245
Secure the secrets your Orchestrator uses to connect to Azure AD B2C, and other identity systems. Maverics load secrets in plain text out of `maverics.yaml`, however, in this tutorial, use Azure Key Vault as the secrets provider.
246246

247-
Follow the instructions in, [Quickstart: Set and retrieve a secret from Azure Key Vault using the Azure portal](../key-vault/secrets/quick-create-portal.md). Add your secrets to the vault and make a note of the `SECRET NAME` for each secret. For example, `AzureADB2CClientSecret`.
247+
Follow the instructions in, [Quickstart: Set and retrieve a secret from Azure Key Vault using the Azure portal](/azure/key-vault/secrets/quick-create-portal). Add your secrets to the vault and make a note of the `SECRET NAME` for each secret. For example, `AzureADB2CClientSecret`.
248248

249249
To declare a value as a secret in a `maverics.yaml` config file, wrap the secret with angle brackets:
250250

articles/active-directory-b2c/secure-rest-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,15 +135,15 @@ Client certificate authentication is a mutual certificate-based authentication,
135135

136136
#### Option 1: Use Azure Key Vault (recommended)
137137

138-
To create a certificate, you can use [Azure Key Vault](../key-vault/certificates/create-certificate.md), which has options for self-signed certificates and integrations with certificate issuer providers for signed certificates. Recommended settings include:
138+
To create a certificate, you can use [Azure Key Vault](/azure/key-vault/certificates/create-certificate), which has options for self-signed certificates and integrations with certificate issuer providers for signed certificates. Recommended settings include:
139139
- **Subject**: `CN=<yourapiname>.<tenantname>.onmicrosoft.com`
140140
- **Content Type**: `PKCS #12`
141141
- **Lifetime Acton Type**: `Email all contacts at a given percentage lifetime` or `Email all contacts a given number of days before expiry`
142142
- **Key Type**: `RSA`
143143
- **Key Size**: `2048`
144144
- **Exportable Private Key**: `Yes` (in order to be able to export `.pfx` file)
145145

146-
You can then [export the certificate](../key-vault/certificates/how-to-export-certificate.md).
146+
You can then [export the certificate](/azure/key-vault/certificates/how-to-export-certificate).
147147

148148
#### Option 2: prepare a self-signed certificate using PowerShell module
149149

articles/advisor/advisor-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Advisor provides recommendations for the following services:
8787
- Azure Virtual Machine Scale Sets
8888
- Azure Virtual Network gateway
8989

90-
Advisor also includes your recommendations from [Microsoft Defender for Cloud](../defender-for-cloud/defender-for-cloud-introduction.md), which might include recommendations for other resource types.
90+
Advisor also includes your recommendations from [Microsoft Defender for Cloud](/azure/defender-for-cloud/defender-for-cloud-introduction), which might include recommendations for other resource types.
9191

9292
### Can I postpone or dismiss a recommendation?
9393

articles/advisor/advisor-reference-operational-excellence-recommendations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,7 @@ Learn more about [Database Instance - NetworkConfigForSap (Azure Center for SAP
723723

724724
Create a periodic HSM backup to prevent data loss and have ability to recover the HSM in case of a disaster.
725725

726-
Learn more about [Managed HSM Service - CreateHSMBackup (Create a backup of HSM)](../key-vault/managed-hsm/best-practices.md#create-backups).
726+
Learn more about [Managed HSM Service - CreateHSMBackup (Create a backup of HSM)](/azure/key-vault/managed-hsm/best-practices#create-backups).
727727

728728
### Application Volume Group SDK Recommendation
729729

articles/advisor/advisor-reference-performance-recommendations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -940,7 +940,7 @@ Learn more about [Attestation provider - UpgradeAttestationAPI (Update Attestati
940940

941941
New Key Vault Client Libraries are split to keys, secrets, and certificates SDKs, which are integrated with recommended Azure Identity library to provide seamless authentication to Key Vault across all languages and environments. It also contains several performance fixes to issues reported by customers and proactively identified through our QA process. If Key Vault is integrated with Azure Storage, Disk or other Azure services that can use old Key Vault SDK and when all your current custom applications are using .NET SDK 4.0 or above, dismiss the recommendation.
942942

943-
Learn more about [Key vault - UpgradeKeyVaultSDK (Update Key Vault SDK Version)](../key-vault/general/client-libraries.md).
943+
Learn more about [Key vault - UpgradeKeyVaultSDK (Update Key Vault SDK Version)](/azure/key-vault/general/client-libraries).
944944

945945
### Update Key Vault SDK Version
946946

@@ -949,7 +949,7 @@ New Key Vault Client Libraries are split to keys, secrets, and certificates SDKs
949949
> [!IMPORTANT]
950950
> Be aware that you can only remediate recommendation for custom applications you have access to. Recommendations can be shown due to integration with other Azure services like Storage, Disk encryption, which are in process to update to new version of our SDK. If you use .NET 4.0 in all your applications, dismiss the recommendation.
951951
952-
Learn more about [Managed HSM Service - UpgradeKeyVaultMHSMSDK (Update Key Vault SDK Version)](../key-vault/general/client-libraries.md).
952+
Learn more about [Managed HSM Service - UpgradeKeyVaultMHSMSDK (Update Key Vault SDK Version)](/azure/key-vault/general/client-libraries).
953953

954954

955955

articles/advisor/advisor-security-recommendations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Azure Advisor provides you with a consistent, consolidated view of recommendatio
1010

1111
Defender for Cloud helps you prevent, detect, and respond to threats with increased visibility into and control over the security of your Azure resources. It periodically analyzes the security state of your Azure resources. When Defender for Cloud identifies potential security vulnerabilities, it creates recommendations. The recommendations guide you through the process of configuring the controls you need.
1212

13-
For more information about security recommendations, see [Review your security recommendations in Microsoft Defender for Cloud](../defender-for-cloud/review-security-recommendations.md).
13+
For more information about security recommendations, see [Review your security recommendations in Microsoft Defender for Cloud](/azure/defender-for-cloud/review-security-recommendations).
1414

1515
## How to access Security recommendations in Azure Advisor
1616

articles/advisor/azure-advisor-score.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ The calculation of the Advisor score can be summarized in four steps:
7878
* Resources with long-standing recommendations count more against your score.
7979
* Resources that you postpone or dismiss in Advisor are removed from your score calculation entirely.
8080

81-
Advisor applies this model at an Advisor category level to give an Advisor score for each category. **Security** uses a [secure score](../defender-for-cloud/secure-score-security-controls.md) model. A simple average produces the final Advisor score.
81+
Advisor applies this model at an Advisor category level to give an Advisor score for each category. **Security** uses a [secure score](/azure/defender-for-cloud/secure-score-security-controls) model. A simple average produces the final Advisor score.
8282

8383
## Frequently asked questions (FAQs)
8484

0 commit comments

Comments
 (0)