@@ -8,7 +8,7 @@ param environmentName = readEnvironmentVariable('AZURE_ENV_NAME', '')
88param location = readEnvironmentVariable ('AZURE_LOCATION' , '' )
99param cosmosLocation = readEnvironmentVariable ('AZURE_COSMOS_LOCATION' , '' )
1010// Entra object ID of the identity to grant RBAC (user, group, service principal, or UAI). Set this if Graph lookup is blocked.
11- param principalId = '0d60355b-dcae-4331-b55f-283d80aabde5 '
11+ param principalId = ''
1212param principalType = 'User'
1313
1414// ========================================
@@ -24,7 +24,7 @@ param useExistingVNet = false
2424param existingVnetResourceId = readEnvironmentVariable ('EXISTING_VNET_RESOURCE_ID' , '' )
2525
2626// Optional additional Entra object IDs to grant Search roles.
27- param aiSearchAdditionalAccessObjectIds = ['0d60355b-dcae-4331-b55f-283d80aabde5 ' ]
27+ param aiSearchAdditionalAccessObjectIds = ['' ]
2828
2929// ========================================
3030// OPTIONAL INPUTS (Configuration)
@@ -299,14 +299,14 @@ param fabricWorkspaceName = '' // optional (helpful for naming/UX)
299299param fabricCapacitySku = 'F8'
300300
301301// Fabric capacity admin members (email addresses or object IDs).
302- param fabricCapacityAdmins = ['admin@MngEnv282784.onmicrosoft.com ' ]
302+ param fabricCapacityAdmins = ['' ]
303303
304304// ========================================
305305// PURVIEW PARAMETERS (Optional)
306306// ========================================
307307
308308// Existing Purview account resource ID (in different subscription if needed).
309- param purviewAccountResourceId = '/subscriptions/48ab3756-f962-40a8-b0cf-b33ddae744bb/resourceGroups/Governance/providers/Microsoft.Purview/accounts/swantekPurview '
309+ param purviewAccountResourceId = ''
310310
311311// Purview collection name (leave empty to auto-generate from environment name).
312312param purviewCollectionName = ''
0 commit comments