Skip to content

Commit 7578c64

Browse files
committed
Wordsmithing; Added TF res link; Changed next step article
1 parent 17e255a commit 7578c64

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ In this article, you learn how to:
1818
> [!div class="checklist"]
1919
> * Create a random pet name for the Azure resource group name using [random_pet](https://registry.terraform.io/providers/hashicorp/random/latest/docs/resources/pet)
2020
> * Create an Azure resource group using [azurerm_resource_group](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/resource_group)
21-
> * Create an Azure Analysis Services Server using [azurerm_analysis_services_server](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/analysis_services_server)
21+
> * Create a random string for the Azure Analysis Services server name using [random_string](https://registry.terraform.io/providers/hashicorp/random/latest/docs/resources/string)
22+
> * Create an Azure Analysis Services server using [azurerm_analysis_services_server](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/analysis_services_server)
2223
2324
[!INCLUDE [AI attribution](../../includes/ai-generated-attribution.md)]
2425

@@ -94,5 +95,5 @@ In this article, you learn how to:
9495

9596
## Next steps
9697

97-
> [!div class="nextstepaction"]
98-
> [Learn more about Azure Analysis Services](/azure/analysis-services)
98+
> [!div class="nextstepaction"]
99+
> [Quickstart: Configure server firewall - Portal](analysis-services-qs-firewall.md)

0 commit comments

Comments
 (0)