Deploy a static HTML site to an Azure AppService using Azure Pipelines

Sivilla, John 0 Reputation points
2024-04-18T15:18:48.2466667+00:00

Hi,

I am trying a accomplish a very simple task : Deploy a static HTML web site, which I have in Azure Repos to an Azure App Service.

I am new to pipelines, but I cannot find any documentation on the web to do this, and trying to figure out how to do this through the DevOps interface seems to be very counter intuitive.

Can you point me to a resource that provides simple step-by-step instructions on how to do this simple task?

Thanks you

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,900 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Marcin Policht 10,845 Reputation points MVP
    2024-04-18T15:43:53.98+00:00

    Create a Static Web App directly from the Azure portal and set the Deployment details option to Azure DevOps. This will create a pipeline automatically for you


    If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.

    hth

    Marcin

    0 comments No comments