Skip to content

Commit 4c4b39e

Browse files
authored
Merge pull request #18671 from nschonni/typo-subscription
typo: Subcription -> Subscription
2 parents b0738f1 + dd8a6c0 commit 4c4b39e

10 files changed

+14
-14
lines changed

articles/active-directory/saas-apps/sharepoint-on-premises-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ In this section, you enable Azure AD single sign-on in the Azure portal and conf
126126
6. On the **SharePoint on-premises Configuration** section, click **Configure SharePoint on-premises** to open **Configure sign-on** window. Copy the **SAML Entity ID** from the **Quick Reference section.** For **Single Sign-On Service URL**, use a value of the following pattern: `https://login.microsoftonline.com/_my_directory_id_/wsfed`
127127

128128
> [!Note]
129-
> _my_directory_id_ is the tenant id of Azure Ad subcription.
129+
> _my_directory_id_ is the tenant id of Azure Ad subscription.
130130
131131
![SharePoint on-premises Configuration](./media\sharepoint-on-premises-tutorial/tutorial_sharepointonpremises_configure.png)
132132

articles/cosmos-db/changefeed-ecommerce-solution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Create the Azure resources - Azure Cosmos DB, Storage account, Event Hub, Stream
8686
```powershell
8787
.\deploy.ps1
8888
```
89-
5. When prompted, enter your Azure **Subcription ID**, **changefeedlab** for the resource group name, and **run1** for the deployment name. Once the resources begin to deploy, it may take up to 10 minutes for it to complete.
89+
5. When prompted, enter your Azure **Subscription ID**, **changefeedlab** for the resource group name, and **run1** for the deployment name. Once the resources begin to deploy, it may take up to 10 minutes for it to complete.
9090

9191
## Create a database and the collection
9292

articles/data-lake-analytics/data-lake-analytics-manage-use-powershell.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -499,26 +499,26 @@ function Test-Administrator
499499
From a subscription name:
500500

501501
```powershell
502-
function Get-TenantIdFromSubcriptionName( [string] $subname )
502+
function Get-TenantIdFromSubscriptionName( [string] $subname )
503503
{
504504
$sub = (Get-AzureRmSubscription -SubscriptionName $subname)
505505
$sub.TenantId
506506
}
507507
508-
Get-TenantIdFromSubcriptionName "ADLTrainingMS"
508+
Get-TenantIdFromSubscriptionName "ADLTrainingMS"
509509
```
510510

511511
From a subscription ID:
512512

513513
```powershell
514-
function Get-TenantIdFromSubcriptionId( [string] $subid )
514+
function Get-TenantIdFromSubscriptionId( [string] $subid )
515515
{
516516
$sub = (Get-AzureRmSubscription -SubscriptionId $subid)
517517
$sub.TenantId
518518
}
519519
520520
$subid = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
521-
Get-TenantIdFromSubcriptionId $subid
521+
Get-TenantIdFromSubscriptionId $subid
522522
```
523523

524524
From a domain address such as "contoso.com"

articles/machine-learning/studio/retrain-existing-resource-manager-based-web-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ To determine the resource group name of an existing web service, run the Get-Azu
153153

154154
Alternatively, to determine the resource group name of an existing web service, sign in to the Azure Machine Learning Web Services portal. Select the web service. The resource group name is the fifth element of the URL of the web service, just after the *resourceGroups* element. In the following example, the resource group name is Default-MachineLearning-SouthCentralUS.
155155

156-
https://services.azureml.net/subscriptions/<subcription ID>/resourceGroups/Default-MachineLearning-SouthCentralUS/providers/Microsoft.MachineLearning/webServices/RetrainSamplePre.2016.8.17.0.3.51.237
156+
https://services.azureml.net/subscriptions/<subscription ID>/resourceGroups/Default-MachineLearning-SouthCentralUS/providers/Microsoft.MachineLearning/webServices/RetrainSamplePre.2016.8.17.0.3.51.237
157157

158158

159159
## Export the Web Service Definition object as JSON

articles/machine-learning/studio/retrain-new-web-service-using-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ To determine the resource group name of an existing web service, run the Get-Azu
6565

6666
Alternatively, to determine the resource group name of an existing web service, log on to the Microsoft Azure Machine Learning Web Services portal. Select the web service. The resource group name is the fifth element of the URL of the web service, just after the *resourceGroups* element. In the following example, the resource group name is Default-MachineLearning-SouthCentralUS.
6767

68-
https://services.azureml.net/subscriptions/<subcription ID>/resourceGroups/Default-MachineLearning-SouthCentralUS/providers/Microsoft.MachineLearning/webServices/RetrainSamplePre.2016.8.17.0.3.51.237
68+
https://services.azureml.net/subscriptions/<subscription ID>/resourceGroups/Default-MachineLearning-SouthCentralUS/providers/Microsoft.MachineLearning/webServices/RetrainSamplePre.2016.8.17.0.3.51.237
6969

7070

7171
## Export the Web Service Definition as JSON

articles/service-fabric/service-fabric-cluster-security-update-certs-azure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ Edit your Resource Manager Template parameter File, add the two new parameters f
192192

193193
```powershell
194194
Connect-AzureRmAccount
195-
Select-AzureRmSubscription -SubscriptionId <Subcription ID>
195+
Select-AzureRmSubscription -SubscriptionId <Subscription ID>
196196

197197
```
198198

articles/virtual-network/create-ptr-for-smtp-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ When you configure the PTR records, make sure that the IP address and the revers
4040
Set-AzureRmPublicIpAddress : ReverseFqdn mail.contoso.com that PublicIPAddress ip01 is trying to use does not belong to subscription <Subscription ID>. One of the following conditions need to be met to establish ownership:
4141
4242
1) ReverseFqdn matches fqdn of any public ip resource under the subscription;
43-
2) ReverseFqdn resolves to the fqdn (through CName records chain) of any public ip resource under the subcription;
43+
2) ReverseFqdn resolves to the fqdn (through CName records chain) of any public ip resource under the subscription;
4444
3) It resolves to the ip address (through CName and A records chain) of a static public ip resource under the subscription.
4545

4646
If you manually change your SMTP banner to match our default reverse FQDN, the remote mail server can still fail because it may expect the SMTP banner host to match the MX record for the domain.

articles/vpn-gateway/vpn-gateway-3rdparty-device-config-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ This section provides a sample script to get you started. For detailed instructi
5353
```powershell
5454
# Declare your variables
5555
56-
$Sub1 = "Replace_With_Your_Subcription_Name"
56+
$Sub1 = "Replace_With_Your_Subscription_Name"
5757
$RG1 = "TestRG1"
5858
$Location1 = "East US 2"
5959
$VNetName1 = "TestVNet1"

articles/vpn-gateway/vpn-gateway-bgp-resource-manager-ps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The configuration steps set up the BGP parameters of the Azure VPN gateway as sh
5454
For this exercise, we start by declaring our variables. The following example declares the variables using the values for this exercise. Be sure to replace the values with your own when configuring for production. You can use these variables if you are running through the steps to become familiar with this type of configuration. Modify the variables, and then copy and paste into your PowerShell console.
5555

5656
```powershell
57-
$Sub1 = "Replace_With_Your_Subcription_Name"
57+
$Sub1 = "Replace_With_Your_Subscription_Name"
5858
$RG1 = "TestBGPRG1"
5959
$Location1 = "East US"
6060
$VNetName1 = "TestVNet1"

articles/vpn-gateway/vpn-gateway-vnet-vnet-rm-ps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ We use the following values in the examples:
121121
1. Declare your variables. This example declares the variables using the values for this exercise. In most cases, you should replace the values with your own. However, you can use these variables if you are running through the steps to become familiar with this type of configuration. Modify the variables if needed, then copy and paste them into your PowerShell console.
122122

123123
```powershell
124-
$Sub1 = "Replace_With_Your_Subcription_Name"
124+
$Sub1 = "Replace_With_Your_Subscription_Name"
125125
$RG1 = "TestRG1"
126126
$Location1 = "East US"
127127
$VNetName1 = "TestVNet1"
@@ -319,7 +319,7 @@ This step must be done in the context of the new subscription. This part may be
319319
1. Declare your variables. Be sure to replace the values with the ones that you want to use for your configuration.
320320

321321
```powershell
322-
$Sub5 = "Replace_With_the_New_Subcription_Name"
322+
$Sub5 = "Replace_With_the_New_Subscription_Name"
323323
$RG5 = "TestRG5"
324324
$Location5 = "Japan East"
325325
$VnetName5 = "TestVNet5"

0 commit comments

Comments
 (0)