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
#customer intent: As a cloud developer or platform engineer, I want guidance on Functions scaling and hosting so I can choose the best hosting plan for performance and cost-efficiency when running my code in Azure.
9
9
---
@@ -128,13 +128,13 @@ In some cases, when trying to create a new hosting plan for your function app in
128
128
129
129
These errors can occur when the following conditions are met:
130
130
131
-
- You create a function app in an existing resource group in which another function app or web app hs never been contained. For example, Linux Consumption apps aren't supported in the same resource group as Linux Dedicated or Linux Premium plans.
131
+
- You create a function app in an existing resource group that has yet to contain another function app or web app. For example, Linux Consumption apps aren't supported in the same resource group as Linux Dedicated or Linux Premium plans.
132
132
- Your new function app is created in the same region as the previous app.
133
133
- The previous app is in some way incompatible with your new app. This incompatibility can occur between versions, operating systems, or is due to other platform-level features, such as availability zone support.
134
134
135
-
Function app and web app plans are mapped to different pools of resources when they're created. Different plans require a different set of infrastructure capabilities. When you create an app in a resource group, that resource group is mapped and assigned to a specific pool of resources. If you try to create another plan in that resource group and the mapped pool doesn't have the required resources, this error occurs.
135
+
Function app and web app plans are mapped to different pools of resources when they're created. Different plans require a different set of infrastructure capabilities. When you create an app in a resource group, that resource group is mapped and assigned to a specific pool of resources. If you try to create another plan in that resource group and the mapped pool doesn't have the required resources, the previously mentioned errors occur.
136
136
137
-
When this error occurs, create your function app and hosting plan in a new resource group instead.
137
+
If this situation happens, create your function app and hosting plan in a new resource group instead.
0 commit comments