Skip to content

Commit 9c0efe9

Browse files
authored
Merge pull request #94173 from MashaMSFT/20191030_sqlvmrptest
adding script back
2 parents 23620cb + cdfd106 commit 9c0efe9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

articles/virtual-machines/windows/sql/virtual-machines-windows-sql-bulk-register-with-resource-provider.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,9 +220,14 @@ When you register SQL Server VMs with the resource provider using the provided s
220220
- There is retry logic built-in to overcome transparent errors. If the virtual machine is successfully registered, then it is a rapid operation. However, if the registration fails, then each virtual machine will be retried. As such, you should allow significant time to complete the registration process - though actual time requirement is dependent on the type and number of errors.
221221

222222
## Full script
223+
223224
For the full script on GitHub, see [Bulk register SQL VMs with Az PowerShell](https://github.com/Azure/azure-docs-powershell-samples/blob/master/sql-virtual-machine/register-sql-vms/RegisterSqlVMs.psm1).
224225

225226

227+
[!code-powershell-interactive[main](../../../../powershell_scripts/sql-virtual-machine/register-sql-vms/RegisterSqlVMs.psm1 "Bulk register SQL Server virtual machines")]
228+
229+
230+
226231
## Next steps
227232

228233
For more information, see the following articles:

0 commit comments

Comments
 (0)