Skip to content

Commit 4dc7140

Browse files
minorfixes
1 parent 7896833 commit 4dc7140

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ $Subscription = "yoursubscription"
4545
#Define the resource group where you want to register your server as Arc device.
4646
$RG = "yourresourcegroupname"
4747
48-
#Define the tenant to use to register your server as Arc device.
49-
$Tenant = "yourtenant"
50-
5148
#Define Proxy Server if necessary
5249
$ProxyServer = "http://x.x.x.x:port"
5350

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ $Subscription = "yoursubscription"
4444
#Define the resource group where you want to register your server as Arc device.
4545
$RG = "yourresourcegroupname"
4646
47-
#Define the tenant you will use to register your server as Arc device.
48-
$Tenant = "yourtenant"
49-
5047
#Define the Arc gateway resource ID from Azure
5148
$ArcgwId = "/subscriptions/yourarcgatewayid/resourceGroups/yourresourcegroupname/providers/Microsoft.HybridCompute/gateways/yourarcgatewayname"
5249

0 commit comments

Comments
 (0)