Recently we want to deploy the code by bitbucket pipleline to azure app service, but we found the template 'Bitbucket Pipelines Pipe: Azure Web Apps Deploy' need a azure_app_id,
but it not exist in the app service overvicw page, so any update for this requirement?
Could you please give me some guildline about this request?
Hello @Austin_Zhang ,
and welcome to community!
You can find a list of integrations (pipes) between Bitbucket Pipelines and external services, such as Azure, at the following page :
Filtering by the Azure keyword, you'll find several several deployment integrations to assist you on deploying your application in Azure. Each of the pipes has a detailed documentation explaining each variable that needs to be provided and where you can find it on Azure.
I would recommend going through that page and checking each of the pipes documentation, and if you have any questions, let us know.
Thank you, @Austin_Zhang !
Patrik S
Thank you for your question!
If you follow the documentation of azure-web-apps-deploy pipe, you could find details about the pipe, usage examples and variables required:
AZURE_APP_ID (*) | The app ID, URL or name associated with the service principal required for login. |
Also, pipe is open sourced and you are always welcome for a pull request with new features or improvements.
Best regards,
Oleksandr Kyrdan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.