You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You will need to reference your Azure Stack Administrator environment. To create an administrator environment use the below. The ARM endpoint below is the administrator default for a one-node environment.
@@ -130,4 +131,39 @@ Run the below command to remove an uploaded VM extension.
VM Scale Set allows deployment of multi-VM collections. To add a gallery item with VM Scale Set:
139
+
140
+
1. Add evaluation Windows Server 2016 image using New-Server2016VMImage as described above.
141
+
142
+
2. For linux support, download Ubuntu Server 16.04 and add it using Add-VmImage with the following parameters -publisher "Canonical" -offer "UbuntuServer" -sku "16.04-LTS"
143
+
144
+
3. Add VM Scale Set gallery item as follows
145
+
146
+
```powershell
147
+
$Tenant = "<AAD Tenant Id used to connect to AzureStack>"
The [Connect to Azure Stack](https://docs.microsoft.com/en-us/azure/azure-stack/azure-stack-connect-azure-stack) document describes ways to connect to your Azure Stack Proof of Concept environment.
20
20
21
21
One method is to establish a split tunnel VPN connection to an Azure Stack PoC.
22
-
This allows your client computer to become part of the Azure Stack PoC network system and therefore resolve [https://portal.azurestack.local](https://portal.azurestack.local), api.azurestack.local, *.blob.azurestack.local and so on.
22
+
This allows your client computer to become part of the Azure Stack PoC network system and therefore resolve Azure Stack endpoints.
23
23
24
24
The tool will also download root certificate of the targeted Azure Stack PoC instance locally to your client computer.
25
25
This will ensure that SSL sites of the target Azure Stack installation are trusted by your client when accessed from the browser or from the command-line tools.
0 commit comments