You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@description('Required. Name of the storage container to create or update.')
9
+
paramcontainerstring
10
+
11
+
@description('Optional. Dictionary of key/value pairs for the files to upload to the specified container. The key is the target path under the container and the value is the contents of the file. Default: {} (no files to upload).')
@description('Required. Name of the publisher-specific storage account to create or update.')
9
19
paramstorageAccountNamestring
10
20
11
-
@description('Required. Name of the storage container to create or update.')
12
-
paramcontainerstring
21
+
@description('Optional. Azure location where all resources should be created. See https://aka.ms/azureregions. Default: (resource group location).')
22
+
paramlocationstring = resourceGroup().location
23
+
24
+
@description('Optional. Tags to apply to all resources.')
25
+
paramtagsobject = {}
26
+
27
+
@description('Optional. Tags to apply to resources based on their resource type. Resource type specific tags will be merged with tags for all resources.')
28
+
paramtagsByResourceobject = {}
29
+
30
+
@description('Optional. The name of the managed identity to use for uploading files.')
31
+
paramblobManagerIdentityNamestring = ''
32
+
33
+
@description('Required. Indicates whether public access should be enabled.')
34
+
paramenablePublicAccessbool
35
+
36
+
@description('Optional. The name of the storage account used for deployment scripts.')
37
+
paramscriptStorageAccountNamestring = ''
38
+
39
+
@description('Optional. Resource ID of the virtual network for running deployment scripts.')
0 commit comments