News

Figure 1: This is how you create and reference a normal array. Oh, and in case you are wondering, arrays do not have to be static. You can easily add, remove and modify the contents of an array.
In-Depth Creating Azure SQL Databases with PowerShell and Azure Resource Manager Templates Microsoft's premade templates allows for the deployment of SQL databases without having to use complex ...
Creating arrays in PowerShell is a common occurrence for any scripter. Arrays are an important data structure in any language and PowerShell is no different. However, not all arrays are the same. In ...
An administrative account that has permissions to create a SQL database The AzureRm PowerShell modules from the PowerShell Gallery (Install-Module -Name AzureRm) A resource group If you're not ...