Skip to content

Commit

Permalink
Merge pull request microsoft#43 from ImperialCollegeLondon/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
danny-cooke-icl authored Mar 5, 2024
2 parents 43b98f7 + f5c4b8f commit 1453a51
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions core/terraform/api-identity.tf
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,8 @@ resource "azurerm_cosmosdb_sql_role_assignment" "tre_db_contributor" {
principal_id = azurerm_user_assigned_identity.id.principal_id
scope = azurerm_cosmosdb_account.tre_db_account.id
}

resource "azuread_group" "imperial_tre_managers" {
display_name = "${var.tre_id} Imperial TRE Managers"
security_enabled = true
}
2 changes: 1 addition & 1 deletion ui/app/src/components/shared/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export const Footer: React.FunctionComponent = () => {
<Text block variant="smallPlus" id="support-text">
If you would like to raise a question, require further assistance, or would like to leave feedback, please contact TRE Support
</Text>
<Link href="#" target="_blank" className={styles.link} id="support-link">
<Link href="https://servicemgt.service-now.com/ask?id=sc_cat_item&sys_id=fe972e1c1b184a10557837b5464bcbcf" target="_blank" className={styles.link} id="support-link">
Contact Here
</Link>
</Callout>
Expand Down

0 comments on commit 1453a51

Please sign in to comment.