Is deployment stack supporting all Azure integration services

Laurens van de Venn 100 Reputation points
2023-11-20T14:41:26.14+00:00

Hello,

Is it possible to deploy via deployment stacks all Azure integration services, like LogicApp, Servicebus, APIM, Event grid and Functions?

Regards,

Laurens van de Venn

Azure Blueprints
Azure Blueprints
An Azure service that provides templates for quick, repeatable creation of fully governed cloud subscriptions.
70 questions
{count} votes

1 answer

Sort by: Most helpful
  1. MuthuKumaranMurugaachari-MSFT 22,146 Reputation points
    2023-11-20T20:41:39.69+00:00

    Laurens van de Venn Thanks for posting your question in Microsoft Q&A. I assume you are already familiar with Deployment stacks (preview) based on this discussion (also check out video to get started).

    When you create a new deployment resource (type: Microsoft.Resources/deploymentStacks), you need to pass a template file that contains all needed resources such as Azure Functions, Logic Apps, Event Grid etc. and its target scope and provisioned resources are then managed by deployment stacks.

    Note: Implicitly created resources such as NIC not part of template isn't managed.

    So, resources that can be deployed via ARM/bicep template are supported including all integration services. I hope this helps and let me know if any questions.


    If you found the answer to your question helpful, please take a moment to mark it as Yes for others to benefit from your experience. Or simply add a comment tagging me and would be happy to answer your questions.

    0 comments No comments