Deploy to Azure App Service
How to deploy to Azure App Service with Buddy?
Deploying to Azure App Service with Buddy is a straightforward process. All you need to do is create a project and set up a pipeline. Once these steps are completed, Buddy takes care of the rest, automatically updating the files in your Azure account with the latest changes from the repository. You can also configure the pipeline to run recurrently or manually on click.
Image loading...
Downloading publish profile from Azure Portal
- Log in to the Microsoft Azure Portal.
- Go to your web app's blade and click Overview. There will be a
Get publish profile
link at the top. Click it to download the XML file with the publishing data:
Image loading...
Configure pipeline in Buddy
- Create a new project in Buddy and select your Git provider:
Image loading...
- Add a new pipeline and configure the details: name, trigger mode, and the branch from which you want to deploy.
Image loading...
Configure Azure App Service deployment
- Look up Azure on the action list and click Azure App Service to add it to the pipeline:
Image loading...
- The action has four configuration tabs:
- Push – here you provide the Git URL to your application in Azure, login credentials, and the App Service deployment branch
- Variables – here you can add and modify environment variables required by your workflow
- Conditions – here you configure the trigger conditions for which the action will run
- Options – here you define the action's name and behavior on failure and timeout
Image loading...
- When ready, click Add this action to finish configuration.
With the deployment action in place, you can now expand your continuous deployment pipeline by adding other steps. Test your mobile and web apps before the deployment and stay up-to-date about the progress with notification actions.
📚 Learn more about Azure App Service action features, integrations and alternatives.
Last modified on Sep 25, 2024