Die Azure-Schnellstartvorlagen sind derzeit in englischer Sprache verfügbar.
Create a data management gateway and install on an Azure VM
Zuletzt aktualisiert: 10.06.2021
This template deploys a virtual machine and creates a workable data management gateway
Diese ARM-Vorlage (Azure-Ressourcen-Manager) wurde von einem Mitglied der Community und nicht von Microsoft erstellt. Jede ARM-Vorlage wird für Sie von dessen Besitzer, nicht von Microsoft, unter einem Lizenzvertrag lizenziert. Microsoft übernimmt keine Zuständigkeiten für ARM-Vorlagen, die von Mitgliedern der Community bereitgestellt und lizenziert werden, und auch nicht für deren Sicherheit, Kompatibilität oder Leistung. ARM-Vorlagen aus der Community werden von keinem Microsoft-Supportprogramm oder -Dienst unterstützt und wie vorhanden ohne jegliche Gewährleistung zur Verfügung gestellt.
Parameter
Parametername | Beschreibung |
---|---|
existingDataFactoryName | your existing data factory name |
GatewayName | Gateway name must be unique in subscription |
adminUsername | User name for the virtual machine |
adminPassword | Password for the virtual machine |
existingVirtualNetworkName | your existing vnet name |
existingVnetLocation | your virtual machine will be create in the same datacenter with VNET |
existingVnetResourceGroupName | Name of the existing VNET resource group |
existingSubnetInYourVnet | Name of the subnet in the virtual network you want to use |
enableToSetDataStoreFromInternet | If you choose yes, we will create a dns name label for your machine and open one inbound port for our service to access your machine and set data store passwords. |
_artifactsLocation | The base URI where artifacts required by this template are located. |
_artifactsLocationSasToken | The sasToken required to access _artifactsLocation. When the template is deployed using the accompanying scripts, a sasToken will be automatically generated. |
Verwenden der Vorlage
PowerShell
New-AzResourceGroup -Name <resource-group-name> -Location <resource-group-location> #use this command when you need to create a new resource group for your deploymentAzure PowerShell installieren und konfigurieren
New-AzResourceGroupDeployment -ResourceGroupName <resource-group-name> -TemplateUri https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/quickstarts/microsoft.compute/vm-with-data-management-gateway/azuredeploy.json
Befehlszeile
az group create --name <resource-group-name> --location <resource-group-location> #use this command when you need to create a new resource group for your deploymentInstallieren und Konfigurieren der plattformübergreifenden Azure-Befehlszeilenschnittstelle
az group deployment create --resource-group <my-resource-group> --template-uri https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/quickstarts/microsoft.compute/vm-with-data-management-gateway/azuredeploy.json