Api App management via IAC

kuldeep Singh 25 Reputation points
2024-10-15T08:09:21.61+00:00

Hi Team,

we are using azure api app serviceFor backend.

Provisoning for api app is done manually, launcing it from marketplace option.

We want to manage it via iac like

a. terraform but tf resources is not available for same.

b. arm template - it is good for new resource deployment but not fitting good for updation in resources.

if any boday can suggest how to manage it via iac it will be very helpful

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
{count} votes

1 answer

Sort by: Most helpful
  1. VenkateshDodda-MSFT 25,241 Reputation points Microsoft Employee Moderator
    2024-10-16T06:06:45.4266667+00:00

    @kuldeep Singh Thanks for your response and sharing more details.

    I understand that you are looking for an iac template to create the API apps as shown in the screenshot that was shared earlier.

    When I tried to deploy the API App in one of our subscriptions, I see that App Service is getting deployed.

    Azure App Service enables you to build and host web apps, mobile back ends, and RESTful APIs in the programming language of your choice without managing infrastructure.

    You refer to the following to doc for the IAC template to create the app service using terraform.

    1. Create App Service app using a Terraform template.
    2. Terraform samples for App service

    Hope this helps, let me know if you have any further questions on this.

    Please accept as "Yes" if the answer is helpful so that it can help others in the community.


Your answer

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