How do I link an app to project in azure?

Femi Awosanya 0 Reputation points
2024-05-12T17:35:22.6966667+00:00

I had a web app set up in azure and later configure a dev center to enable multiple environments, i.e dev, staging and prod. How do I make my web app use the environments from my dev center ?

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,502 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Gowtham CP 1,255 Reputation points
    2024-05-12T18:30:11.7666667+00:00

    Hello @Femi Awosanya

    Thanks for reaching out in the Microsoft Q&A!

    Azure DevOps project environments and Azure Dev Centers don't directly link for deployment purposes in the context of Azure App Service. Leverage CI/CD pipelines in Azure DevOps to automate deployments to various environments.

    To link your web app hosted in Azure to your Azure DevOps project, navigate to your Azure DevOps project settings, find the "Service Connections" section, and select "Azure App Service" from the available services. Follow the prompts to authenticate and choose your web app. This connection allows you to automate deployment using CI/CD pipelines.

    Some useful resources for reference:

    If you found this solution helpful, consider accepting it.

    0 comments No comments