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('Resource ID of the Container Registry for the Hub.')
29
29
paramcontainerRegistryResourceIdstring?
30
30
31
-
@description('Specifies whether network isolation is enabled. This will create a private endpoint for the Storage Account and link the private DNS zone.')
31
+
@description('Specifies whether network isolation is enabled. This will create a private endpoint for the AI Hub and link the private DNS zone.')
32
32
paramnetworkIsolationbool = true
33
33
34
34
@description('Optional. Array of role assignments to create.')
Copy file name to clipboardExpand all lines: infra/modules/ai-foundry/project.bicep
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
@description('Name of the Storage Account.')
1
+
@description('Name of the AI Foundry Project.')
2
2
paramnamestring
3
3
4
4
@description('Specifies the location for all the Azure resources.')
@@ -13,7 +13,7 @@ param hubResourceId string
13
13
@description('Resource ID of the Log Analytics workspace to use for diagnostic settings.')
14
14
paramlogAnalyticsWorkspaceResourceIdstring
15
15
16
-
@description('Specifies whether network isolation is enabled. This will create a private endpoint for the Storage Account and link the private DNS zone.')
16
+
@description('Specifies whether network isolation is enabled to determine public access to the AI Project.')
17
17
paramnetworkIsolationbool = true
18
18
19
19
@description('Optional. Array of role assignments to create.')
0 commit comments