Skip to content

Commit 097e868

Browse files
committed
PR review
1 parent 7f8ca9c commit 097e868

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

azure-local/deploy/deployment-azure-arc-gateway-configure-manually.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,23 +41,23 @@ To register new version 2408 or version 2411 machines in Azure Arc, you run the
4141
```azurecli
4242
#Define the subscription where you want to register your server as Arc device.
4343
44-
$Subscription = "xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx"
44+
$Subscription = "yoursubscription>"
4545
4646
#Define the resource group where you want to register your server as Arc device.
4747
4848
$RG = "yourresourcegroupname"
4949
5050
#Define the tenant you will use to register your server as Arc device.
5151
52-
$Tenant = "xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx"
52+
$Tenant = "yourtenant"
5353
5454
#Define Proxy Server if necessary
5555
5656
$ProxyServer = "http://x.x.x.x:port"
5757
5858
#Define the Arc gateway resource ID from Azure
5959
60-
$ArcgwId = "/subscriptions/xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx/resourceGroups/yourresourcegroupname/providers/Microsoft.HybridCompute/gateways/yourarcgatewayname"
60+
$ArcgwId = "/subscriptions/yoursubscription/resourceGroups/yourresourcegroupname/providers/Microsoft.HybridCompute/gateways/yourarcgatewayname"
6161
6262
#Connect to your Azure account and subscription
6363

azure-local/deploy/deployment-azure-arc-gateway-configure-via-script.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,19 +39,19 @@ Here's an example of how you should change these parameters for the `Invoke-AzSt
3939

4040
```azurecli
4141
#Define the subscription where you want to register your server as Arc device.
42-
$Subscription = "xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx"
42+
$Subscription = "yoursubscription"
4343
4444
#Define the resource group where you want to register your server as Arc device.
4545
$RG = "yourresourcegroupname"
4646
4747
#Define the tenant to use to register your server as Arc device.
48-
$Tenant = "xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx"
48+
$Tenant = "yourtenant"
4949
5050
#Define Proxy Server if necessary
5151
$ProxyServer = "http://x.x.x.x:port"
5252
5353
#Define the Arc gateway resource ID from Azure
54-
$ArcgwId = "/subscriptions/xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx/resourceGroups/yourresourcegroupname/providers/Microsoft.HybridCompute/gateways/yourarcgatewayname"
54+
$ArcgwId = "/subscriptions/yourarcgatewayid/resourceGroups/yourresourcegroupname/providers/Microsoft.HybridCompute/gateways/yourarcgatewayname"
5555
5656
#Define the bypass list for the proxy. Use semicolon to separate each item from the list.
5757
# Use "localhost" instead of <local>

azure-local/deploy/deployment-azure-arc-gateway-use-without-proxy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,19 +48,19 @@ Install-Module AzsHCI.ARCinstaller
4848
4949
#Define the subscription where you want to register your server as Arc device.
5050
51-
$Subscription = "xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx"
51+
$Subscription = "yoursubscription"
5252
5353
#Define the resource group where you want to register your server as Arc device.
5454
5555
$RG = "yourresourcegroupname"
5656
5757
#Define the tenant you will use to register your server as Arc device.
5858
59-
$Tenant = "xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx"
59+
$Tenant = "yourtenant"
6060
6161
#Define the Arc gateway resource ID from Azure
6262
63-
$ArcgwId = "/subscriptions/xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx/resourceGroups/yourresourcegroupname/providers/Microsoft.HybridCompute/gateways/yourarcgatewayname"
63+
$ArcgwId = "/subscriptions/yourarcgatewayid/resourceGroups/yourresourcegroupname/providers/Microsoft.HybridCompute/gateways/yourarcgatewayname"
6464
6565
#Define the bypass list for the proxy. Use semicolon to separate each item from the list.
6666

0 commit comments

Comments
 (0)