Die Azure-Schnellstartvorlagen sind derzeit in englischer Sprache verfügbar.
This template creates a proof of concept environment for Azure Synapse, including SQL Pools and optional Apache Spark Pools
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 |
---|---|
_artifactsLocation | (keine Beschreibung verfügbar) |
_artifactsLocationSASToken | (keine Beschreibung verfügbar) |
location | Location for your deployment. |
companyTla | This is a Three Letter Acronym for your company name. 'CON' for Contoso for example. |
allowAllConnections | (keine Beschreibung verfügbar) |
sparkDeployment | 'True' deploys an Apache Spark pool as well as a SQL pool. 'False' does not deploy an Apache Spark pool. |
sparkNodeSize | This parameter will determine the node size if SparkDeployment is true |
deploymentType | Specify deployment type: DevTest, POC, Prod, Shared. This will also be used in the naming convention. |
sqlAdministratorLogin | The username of the SQL Administrator |
sqlAdministratorLoginPassword | The password for the SQL Administrator |
sku | Select the SKU of the SQL pool. |
metadataSync | Choose whether you want to synchronise metadata. |
Frequency | Choose whether to run schedule every day of the week, or only on weekdays |
TIME_ZONE | Timezone for the schedule. Consult https://msdn.microsoft.com/en-us/library/ms912391(v=winembedded.11).aspx for more information |
ResumeTime | Time of Day when the data warehouse will be resumed |
PauseTime | Time of day when the data warehouse will be paused |
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.synapse/synapse-poc/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.synapse/synapse-poc/azuredeploy.json