Skip to content

Commit 295baff

Browse files
Merge pull request #127046 from changeworld/patch-52
Fix typo: dependant -> dependent
2 parents 6b26d08 + de152c9 commit 295baff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/private-5g-core/deploy-private-mobile-network-with-site-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ $staticIp = New-AzMobileNetworkSimStaticIPPropertiesObject -StaticIPIpv4Address
165165
New-AzMobileNetworkSim -GroupName <SIMGROUP> -Name <SIM> -ResourceGroupName <RESOURCEGROUP> -InternationalMobileSubscriberIdentity 000000000000001 -AuthenticationKey 00112233445566778899AABBCCDDEEFF -DeviceType Mobile -IntegratedCircuitCardIdentifier 8900000000000000001 -OperatorKeyCode 00000000000000000000000000000001 -SimPolicyId "/subscriptions/<SUB_ID>/resourceGroups/<RESOURCEGROUP>/providers/Microsoft.MobileNetwork/mobileNetworks/<MOBILENETWORK>/simPolicies/<SIMPOLICY>" -StaticIPConfiguration $staticIp
166166
```
167167

168-
### Create a Site and dependant resources
168+
### Create a Site and dependent resources
169169

170170
Use `New-AzMobileNetworkSite` to create the new **Site** resource and all remaining required resources (PCCP, PCDP, and ADN). Once complete the application will be fully deployed. The example command uses the following placeholder values, replace them with the information gathered in [Prerequisite: Prepare to deploy a private mobile network and site](#prerequisite-prepare-to-deploy-a-private-mobile-network-and-site).
171171

0 commit comments

Comments
 (0)