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
This issue might occur if one of the following conditions is met:
40
40
41
41
* A nonexistent Azure resource group is specified in the `TrafficManagerProfile` manifest.
42
-
* The resource group doesn't have the same Azure Subscription value that the Fleet Manager resource has.
42
+
* The resource group isn't in the same Azure subscription as the Fleet Manager resource.
43
43
* The Fleet Manager hub cluster identity doesn't have permission to create and manage Azure Traffic Manager profiles in the specified resource group.
44
44
45
45
You can check The `TrafficManagerProfile` status for details of the error. The following example of the `TrafficManagerProfile` status shows insufficient permissions:
@@ -123,7 +123,7 @@ Consider deleting unused profiles or requesting an increase in the limit. For mo
123
123
124
124
### Error 4: Azure Traffic Manager returns an error
125
125
126
-
This issue might occur if the Azure Traffic Manager service returns an error when creating the profile.
126
+
This issue might occur if the Azure Traffic Manager service returns an error when it creats the profile.
127
127
128
128
The following example of the `TrafficManagerProfile` status shows this error:
0 commit comments