Function app with EP2 Plan

Nagaraj 0 Reputation points
2024-09-23T16:21:06.9433333+00:00

we need to know how EP2 subscription work with same plan using different resource group

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
621 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,953 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,814 questions
{count} votes

1 answer

Sort by: Most helpful
  1. hossein jalilian 6,830 Reputation points
    2024-09-23T16:34:32.03+00:00

    Thanks for posting your question in the Microsoft Q&A forum.

    Azure Service Bus: Service Bus is a fully managed enterprise message broker service, it supports queues and publish-subscribe topics for decoupling applications and services and you can create a Service Bus namespace in one resource group and access it from Functions in another resource group.

    Azure Functions EP2 Plan: EP2 is part of the Elastic Premium plan, offering more powerful compute and longer running times than consumption plan, Functions on EP2 can be deployed across different resource groups while still using the same plan.

    The plan itself exists in one resource group, but Function Apps using that plan can be in other resource groups.

    While it's possible to spread resources across resource groups, it's generally simpler to manage if related resources are kept in the same resource group, ensure you have a clear naming convention and documentation to keep track of which resources are where.


    Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.