You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: known-issues.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,3 +47,12 @@ The following topics are intended to help readers with our most commonly reporte
47
47
When the `azd provision`command runs it creates a deployment resource in your subscription. You must delete this deployment before you can change the Azure region.
48
48
49
49
> Please see the [teardown instructions](README.md#clean-up-azure-resources) to address this issue.
50
+
51
+
***Error: Invalid value specified for property 'web' of resource 'Application'**
52
+
This error most often happens when the user is running the 'createAppRegistrations.sh' file to create new app registrations and the region of user is different than the region of provisioned azure resources. For ex. the user from Canada is running this script on their local machine and the Azure region selected is East US.
53
+
54
+
> You may need to wait a bit longer (15-20 minutes) before running the below command
0 commit comments