Azure 快速入門範本目前提供英文版
This template creates a proof of concept environment for Azure Synapse, including SQL Pools and optional Apache Spark Pools
此 Azure Resource Manager (ARM) 範本是由社群成員 (而非 Microsoft) 建立。每個 ARM 範本都是由其擁有者 (而非 Microsoft) 依據授權合約授權給您。Microsoft 並不負責社群成員所提供和授權的 ARM 範本,而不會為了安全性、相容性或效能進行篩選。社群 ARM 範本並未依據任何 Microsoft 支援方案或服務提供支援,而且會在沒有任何擔保的情況下依現況提供。
參數
參數名稱 | 說明 |
---|---|
_artifactsLocation | (沒有可用的說明) |
_artifactsLocationSASToken | (沒有可用的說明) |
location | Location for your deployment. |
companyTla | This is a Three Letter Acronym for your company name. 'CON' for Contoso for example. |
allowAllConnections | (沒有可用的說明) |
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 |
使用範本
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 deployment安裝和設定 Azure PowerShell
New-AzResourceGroupDeployment -ResourceGroupName <resource-group-name> -TemplateUri https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/quickstarts/microsoft.synapse/synapse-poc/azuredeploy.json
命令列
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 deployment安裝和設定 Azure 跨平台命令列介面
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