The previous two chapters deployed a Hyperscale environment using implicit infrastructure as code (IaC) with Azure PowerShell and the Azure CLI (with Bash). However, as we’ve noted in the previous chapters, declarative IaC provides many benefits so should be used whenever possible.
In this chapter, we are going to deploy the same SQL Hyperscale environment that was defined ...