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
Copy file name to clipboardExpand all lines: articles/analysis-services/analysis-services-create-template.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,15 +30,15 @@ This quickstart describes how to create an Analysis Services server resource in
30
30
31
31
The template used in this quickstart is from [Azure Quickstart templates](https://azure.microsoft.com/resources/templates/101-analysis-services-create/).
A single [Microsoft.AnalysisServices/servers](https://docs.microsoft.com/azure/templates/microsoft.analysisservices/2017-08-01/servers) resource with a firewall rule is defined in the template.
36
36
37
37
### Deploy the template
38
38
39
39
1. Select the following Deploy to Azure link to sign in to Azure and open a template. The template is used to create an Analysis Services server resource and specify required and optional properties.
40
40
41
-
<ahref="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-analysis-services-create%2Fazuredeploy.json"><imgsrc="./media/analysis-services-create-template/deploy-azure.png"alt="deploy to azure"/></a>
41
+
[](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-analysis-services-create%2Fazuredeploy.json)
42
42
43
43
2. Select or enter the following values.
44
44
@@ -64,7 +64,7 @@ A single [Microsoft.AnalysisServices/servers](https://docs.microsoft.com/azure/t
64
64
65
65
Use the Azure portal or Azure PowerShell to verify the resource group and server resource was created.
66
66
67
-
####PowerShell
67
+
### PowerShell
68
68
69
69
```azurepowershell-interactive
70
70
$resourceGroupName = Read-Host -Prompt "Enter the Resource Group name"
In this quickstart, you used an Azure Resource Manager template to create a new resource group and an Azure Analysis Services server resource. After you've create a server resource by using the template, consider the following:
101
103
-[Quickstart: Create a server - PowerShell](analysis-services-create-powershell.md)
102
104
-[Add a sample model from the portal](analysis-services-create-sample-model.md)
103
-
-[Configure server administrator and user roles](tutorials/analysis-services-tutorial-roles.md)
105
+
-[Configure server administrator and user roles](tutorials/analysis-services-tutorial-roles.md)
0 commit comments