Skip to content

Commit 963a701

Browse files
committed
update
1 parent 8f13415 commit 963a701

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-resource-manager/templates/deployment-script-template.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -299,8 +299,8 @@ To see the deploymentScripts resource in the portal, select **Show hidden types*
299299

300300
A storage account and a container instance are needed for script execution and troubleshooting. You have the options to specify an existing storage account, otherwise the storage account along with the container instance are automatically created by the script service. The requirements for using an existing storage account:
301301

302-
- Supported storage account kinds are: General-purpose v2/v1 accounts with standard performance tier, and fileStorage accounts with either standard or premium performance tier. For more information, see [Types of storage accounts](../../storage/common/storage-account-overview.md).
303-
- Storage account firewall rules must be turned off. See [Configure Azure Storage firewalls and virtual network](../../storage/common/storage-network-security.md)
302+
- Supported storage account kinds are: general-purpose v2, general-purpose v1 and FileStorage accounts. Only FileStorage supports premium SKU. For more information, see [Types of storage accounts](../../storage/common/storage-account-overview.md).
303+
- Storage account firewall rules are not supported yet. For more information, see [Configure Azure Storage firewalls and virtual networks](../../storage/common/storage-network-security.md).
304304
- Deployment script's user-assigned managed identity must have permissions to manage the storage account, which includes read, create, delete file shares.
305305

306306
To specify an existing storage account, add the following json to the property element of `Microsoft.Resources/deploymentScripts`:
@@ -341,7 +341,7 @@ The life cycle of these resources is controlled by the following properties in t
341341
- **retentionInterval**: Specify the time interval that a script resource will be retained and after which will be expired and deleted.
342342

343343
> [!NOTE]
344-
> It is not recommended to use the deployment script resources for other purposes.
344+
> It is not recommended to use the storage account and the container instance that are generated by the script service for other purposes. The two resources might be removed depending on the script life cycle.
345345

346346
## Run script more than once
347347

0 commit comments

Comments
 (0)