From 63be51d86d12c4a5f23256c50fafba0d5daf1362 Mon Sep 17 00:00:00 2001 From: Dany Contreras <78437433+danycontre@users.noreply.github.com> Date: Mon, 23 Oct 2023 15:20:40 -0500 Subject: [PATCH] updates --- workload/docs/deploy-baseline.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/workload/docs/deploy-baseline.md b/workload/docs/deploy-baseline.md index e1a29c313..c15ed8cf3 100644 --- a/workload/docs/deploy-baseline.md +++ b/workload/docs/deploy-baseline.md @@ -85,6 +85,11 @@ Take a look at the [Naming Standard and Tagging](./resource-naming.md) page for further information. +## Post Deployment Considerations + +- When using Microsoft Entra ID as identity provider and deploying FSLogix storage, it is required to grant admin consent to the storage account service principal (your-storage-account-name.file.core.windows.net) created during deployemnt, additional information can be found in the +[Grant admin consent to the new service principal](https://learn.microsoft.com/azure/storage/files/storage-files-identity-auth-hybrid-identities-enable?tabs=azure-portal#grant-admin-consent-to-the-new-service-principal) guide. + ## Redeployment Considerations When redeploying the baseline automation with the same deployment prefix value, clean up of previously created resource groups or at least their contained resources will need to be removed before the new deployment is executed, this will prevent the duplication of resources (key vaults and storage accounts) and conflicts of IP range overlap when creating the Azure Virtual Desktop virtual network.