I'm recreating an Azure Function in a different Resource Group.
Specifics:
- OS: Linux
- Runtime: Python
- Region: South Central US
- Plan: App Service Plan (Premium V2 P2v2)
- Note: This App Service Plan is used by another Function App as well
Issue:
- When I get to the "Monitor" step of setting up the new Function App, I'm disallowed to create an App Insights instance.
Error:
Application Insights code-less monitoring isn't supported with your selections of subscription, runtime stack, operating system, publish type, region, or resource group. If you want to keep these selections, you can use the Application Insights SDK to monitor your app.
Why is this? I'm literally duplicating a resource I already created in a different RG and it DOES have App Insights enabled.