Skip to content

Commit

Permalink
Merge pull request #342 from tagolovina/portal
Browse files Browse the repository at this point in the history
Github issue link and Management Subscription Id fix
  • Loading branch information
Brunoga-MS authored Sep 24, 2024
2 parents bfcdb3b + 03fbead commit 2566ee1
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion patterns/alz/alz-portal.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
]
},
Expand Down Expand Up @@ -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]",
Expand Down

0 comments on commit 2566ee1

Please sign in to comment.