diff --git a/patterns/alz/alz-portal.json b/patterns/alz/alz-portal.json index 0be32ea1e..54649478b 100644 --- a/patterns/alz/alz-portal.json +++ b/patterns/alz/alz-portal.json @@ -211,6 +211,16 @@ } ], "visible": true + }, + { + "name": "feedbackSection", + "type": "Microsoft.Common.InfoBox", + "visible": true, + "options": { + "text": "If you have any feedback, please use the following link: https://aka.ms/amba/issues", + "uri": "https://aka.ms/amba/issues", + "style": "Info" + } } ] }, @@ -923,7 +933,7 @@ "bringYourOwnUserAssignedManagedIdentity": "[steps('basics').bringYourOwnUserAssignedManagedIdentity]", "bringYourOwnUserAssignedManagedIdentityResourceId": "[steps('basics').bringYourOwnUserAssignedManagedIdentityResourceId]", "userAssignedManagedIdentityName": "[steps('basics').userAssignedManagedIdentityName]", - "managementSubscriptionId": "[steps('basics').managementSubscriptionId]", + "managementSubscriptionId": "[if(equals(steps('basics').bringYourOwnUserAssignedManagedIdentity,'No'), steps('basics').managementSubscriptionId, '')]", "ALZArmRoleId": "[steps('Notification').ALZArmRoleId]", "ALZEventHubResourceId": "[steps('Notification').ALZEventHubResourceId]", "ALZWebhookServiceUri": "[steps('Notification').ALZWebhookServiceUri]",