List Azure Storage Account keys-Windows Custom Script extension
This template creates a Windows Server 2012 R2 VM and runs a PowerShell script using the custom script extension. It also uses the listKeys function to get the Azure Storage Account keys. The PowerShell script for this sample must be hosted in an Azure Storage account. (Note: For other samples custom script can also be hosted in Github)
Esta plantilla de Azure Resource Manager (ARM) la creó un miembro de la comunidad, no Microsoft. Su propietario (no Microsoft) le permite usar las plantillas de ARM con arreglo a un contrato de licencia. Microsoft no se responsabiliza de ninguna plantilla de ARM que le proporcionen los miembros de la comunidad (o cuya licencia le otorguen) en cuanto a su seguridad, compatibilidad ni rendimiento. Las plantillas de ARM de la comunidad no reciben ningún tipo de soporte en ningún servicio ni programa de soporte de Microsoft. Dichas plantillas se proporcionan TAL CUAL, sin garantía de ningún tipo.
Parámetros
Nombre del parámetro | Descripción |
---|---|
newStorageAccountName | Name of new storage account to be created |
vmName | Name of the VM to be created |
vmSize | Size of the VM to be created |
adminUsername | Admin username |
adminPassword | Admin password |
customScriptStorageAccountName | Name of Azure Storage Account where the custom script is located |
customScriptFileUri | Azure Storage Uri of the custom script file e.g. https://test.blob.core.windows.net/scripts/test.ps1 |
customScriptFileToRun | Name of the script to be run on the VM |
customScriptStorageAccountResourceGroup | Name of the Resource Group of the storage account containing the storage account which contains the script |
Uso de la plantilla
PowerShell
New-AzureRmResourceGroupDeployment -Name <deployment-name> -ResourceGroupName <resource-group-name> -TemplateUri https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/201-list-storage-keys-windows-vm/azuredeploy.jsonInstalar y configurar PowerShell de Azure
Línea de comandos
azure config mode armInstalación y configuración de la interfaz de línea de comandos multiplataforma de Azure
azure group deployment create <my-resource-group> <my-deployment-name> --template-uri https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/201-list-storage-keys-windows-vm/azuredeploy.json