1๐
โ
We need to check and configure few things while deploying Vue3 App.
I have taken references from the MSDOC.
- Navigate to the
Storage Account
=> selectStatic website
underData management
,
Enable theStatic website
.
-
Also configure the
CORS
rule.
-
Make sure to add the Storage Account endpoint in the
Redirect URI
of the Registered App.
Does any impact in our implementation for AAD authentication? Is there any configuration change after deployment?
AFAIK, there will be no impact in the authentication after the deployment if the configurations are set correctly.
๐คHarshitha
Source:stackexchange.com