Skip to content

Commit 08fca38

Browse files
authored
Merge pull request #115729 from davidsmatlak/ds-qsrt1720662
Quickstart review - Analysis Services create a server
2 parents 4ab68f7 + 6a6e903 commit 08fca38

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

articles/analysis-services/analysis-services-create-template.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ This quickstart describes how to create an Analysis Services server resource in
3030

3131
The template used in this quickstart is from [Azure Quickstart templates](https://azure.microsoft.com/resources/templates/101-analysis-services-create/).
3232

33-
:::code language="json" source="~/quickstart-templates/101-analysis-services-create/azuredeploy.json":::
33+
:::code language="json" source="~/quickstart-templates/101-analysis-services-create/azuredeploy.json" range="1-79" highlight="63-78":::
3434

3535
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.
3636

3737
### Deploy the template
3838

3939
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.
4040

41-
<a href="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"><img src="./media/analysis-services-create-template/deploy-azure.png" alt="deploy to azure"/></a>
41+
[![Deploy to Azure](../media/template-deployments/deploy-to-azure.svg)](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)
4242

4343
2. Select or enter the following values.
4444

@@ -64,7 +64,7 @@ A single [Microsoft.AnalysisServices/servers](https://docs.microsoft.com/azure/t
6464

6565
Use the Azure portal or Azure PowerShell to verify the resource group and server resource was created.
6666

67-
#### PowerShell
67+
### PowerShell
6868

6969
```azurepowershell-interactive
7070
$resourceGroupName = Read-Host -Prompt "Enter the Resource Group name"
@@ -95,9 +95,11 @@ Remove-AzResourceGroup -Name $resourceGroupName
9595
Write-Host "Press [ENTER] to continue..."
9696
```
9797

98+
---
99+
98100
## Next steps
99101

100102
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:
101103
- [Quickstart: Create a server - PowerShell](analysis-services-create-powershell.md)
102104
- [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

Comments
 (0)