Skip to content

Commit 427ff2e

Browse files
Merge pull request #301572 from JustPies/jpvalidation-6-19
Bulk - Fix Validation issues
2 parents 770c1d0 + cbb3096 commit 427ff2e

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

articles/azure-compute-fleet/quickstart-create-azure-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export MY_SUBNET_ID="$(az network vnet subnet show \
8080

8181
## Set up the admin password
8282

83-
Set up a password that meets the [password requirements for Azure VMs](https://learn.microsoft.com/azure/virtual-machines/windows/faq#what-are-the-password-requirements-when-creating-a-vm-).
83+
Set up a password that meets the [password requirements for Azure VMs](/azure/virtual-machines/windows/faq#what-are-the-password-requirements-when-creating-a-vm-).
8484

8585
```bash
8686
export ADMIN_PASSWORD="Azure compliant password"

articles/cost-management-billing/manage/ea-pricing-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Microsoft might drop the current Enterprise Agreement price for individual Azure
4545

4646
Enterprise Agreement (EA) customers are billed in their designated billing currency as per the terms of their agreement. Therefore, foreign exchange (FX) rates do not apply and are not available for EA customers.
4747

48-
As a result, the *cost in pricing currency* field is not included in EA usage report. For more information see, [Understand cost details field](https://learn.microsoft.com/azure/cost-management-billing/automate/understand-usage-details-fields#list-of-fields-and-descriptions)
48+
As a result, the *cost in pricing currency* field is not included in EA usage report. For more information see, [Understand cost details field](/azure/cost-management-billing/automate/understand-usage-details-fields#list-of-fields-and-descriptions)
4949

5050
If Microsoft anticipates any pricing changes due to currency exchange rate fluctuations, customers are notified in advance before those changes take effect.
5151

articles/migrate/best-practices-security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ We recommend joining the appliance machine to the domain.
4848

4949
- The Migrate appliance can be deployed on the supported version of Windows Servers either using a PowerShell installation script or OVA/VHD template.
5050

51-
- **Security baseline** - We recommend hardening the OS image of Migrate appliance using [security baselines](https://learn.microsoft.com/windows/security/operating-system-security/device-management/windows-security-configuration-framework/windows-security-baselines). Download the [security compliance toolkit](https://www.microsoft.com/en-us/download/details.aspx?id=55319) to apply security baselines on Migrate Appliance machine. Using the toolkit, administrators can compare their current GPOs with Microsoft-recommended GPO baselines or other baselines, edit them, store them in GPO backup file format, and apply them via a domain controller or inject them directly into testbed hosts to test their effects.
51+
- **Security baseline** - We recommend hardening the OS image of Migrate appliance using [security baselines](/windows/security/operating-system-security/device-management/windows-security-configuration-framework/windows-security-baselines). Download the [security compliance toolkit](https://www.microsoft.com/en-us/download/details.aspx?id=55319) to apply security baselines on Migrate Appliance machine. Using the toolkit, administrators can compare their current GPOs with Microsoft-recommended GPO baselines or other baselines, edit them, store them in GPO backup file format, and apply them via a domain controller or inject them directly into testbed hosts to test their effects.
5252

5353
## Credentials handling best practices
5454

articles/planetary-computer/get-started-planetary-computer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Planetary Computer Pro supports [connecting collections to ESRI's ArcGIS Pro Ser
110110
## Get help
111111

112112
1. Review the [rest of the documentation](/azure/planetary-computer) for relevant articles
113-
2. [Check out Microsoft Q&A](https://learn.microsoft.com/answers/tags/133/azure) to ask a question or find answers from others
113+
2. [Check out Microsoft Q&A](/answers/tags/133/azure) to ask a question or find answers from others
114114
3. [File a Support Ticket](https://azure.microsoft.com/support/create-ticket)
115115

116116

articles/storage/elastic-san/elastic-san-troubleshoot.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ This article lists common issues related to Azure Elastic SAN. It also provides
3030

3131
***Unable to connect to your Elastic SAN via service endpoints***
3232

33-
- [Enable](https://learn.microsoft.com/azure/storage/elastic-san/elastic-san-networking?tabs=azure-powershell#configure-public-network-access) Public Network Access on the SAN
33+
- [Enable](/azure/storage/elastic-san/elastic-san-networking?tabs=azure-powershell#configure-public-network-access) Public Network Access on the SAN
3434
```powershell
3535
# Set the variable values.
3636
$RgName = "<ResourceGroupName>"
3737
$EsanName = "<ElasticSanName>"
3838
# Update the Elastic San.
3939
Update-AzElasticSan -Name $EsanName -ResourceGroupName $RgName -PublicNetworkAccess Enabled
4040
```
41-
- [Configure](https://learn.microsoft.com/azure/storage/elastic-san/elastic-san-networking?tabs=azure-powershell#configure-an-azure-storage-service-endpoint) service endpoints on the volume group
41+
- [Configure](/azure/storage/elastic-san/elastic-san-networking?tabs=azure-powershell#configure-an-azure-storage-service-endpoint) service endpoints on the volume group
4242
```powershell
4343
# Define some variables
4444
$RgName = "<ResourceGroupName>"
@@ -54,7 +54,7 @@ $Vnet | Set-AzVirtualNetworkSubnetConfig -Name $SubnetName -AddressPrefix $Subne
5454

5555
- Check your SAN size and configuration via portal (SAN homepage -> Configuration blade) and ensure that the I/O per second (IOPS) and throughput numbers can handle the requirements of the workload
5656
- Check your VM throughput and IOPS limits and ensure that the VM can handle the workload requirements
57-
- Ensure that you're following the best practices outlined in this [document](https://learn.microsoft.com/azure/storage/elastic-san/elastic-san-best-practices).
57+
- Ensure that you're following the best practices outlined in this [document](/azure/storage/elastic-san/elastic-san-best-practices).
5858

5959

6060
***Unable to establish connectivity from new nodes in a cluster***
@@ -73,8 +73,8 @@ $Vnet | Set-AzVirtualNetworkSubnetConfig -Name $SubnetName -AddressPrefix $Subne
7373
- Run the script on your VM. These values can also be entered during runtime of the script.
7474

7575
## Next steps
76-
- [Deploy an Elastic SAN](https://learn.microsoft.com/azure/storage/elastic-san/elastic-san-create)
77-
- [Connect to Windows](https://learn.microsoft.com/azure/storage/elastic-san/elastic-san-connect-windows)
78-
- [Connect to Linux](https://learn.microsoft.com/azure/storage/elastic-san/elastic-san-connect-linux)
79-
- [Connect to Azure VMware Solution](https://learn.microsoft.com/azure/azure-vmware/configure-azure-elastic-san?toc=/azure/storage/elastic-san/toc.json)
76+
- [Deploy an Elastic SAN](/azure/storage/elastic-san/elastic-san-create)
77+
- [Connect to Windows](/azure/storage/elastic-san/elastic-san-connect-windows)
78+
- [Connect to Linux](/azure/storage/elastic-san/elastic-san-connect-linux)
79+
- [Connect to Azure VMware Solution](/azure/azure-vmware/configure-azure-elastic-san?toc=/azure/storage/elastic-san/toc.json)
8080

0 commit comments

Comments
 (0)