How to take backup of the backend setting, backend pools, rules and listeners, in Application gateway.

Zahid Makandar - TSS Consultancy 65 Reputation points
2024-01-22T06:52:10.5866667+00:00

I had integrated my AKS cluster with an existing Application gateway and after integration AKS deleted all my previous backend setting, backend pools, rules and listeners in the application gateway. Now i want to know how do i take backup of my application gateway so if this scenario happens again i can easily restore the backup and all my configuration will be back.

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,949 questions
Azure Startups
Azure Startups
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Startups: Companies that are in their initial stages of business and typically developing a business model and seeking financing.
36 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Stanislav Zhelyazkov 21,766 Reputation points MVP
    2024-01-22T07:07:17.5133333+00:00

    Hi, The best way for any of these scenarios no matter even the service is to deploy your resources as IaC (Infrastructure as Code). Not only makes your configurations consistent but also allows you to have dev, test and acceptance environments. I would recommend Azure Bicep for Iac.

    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.