0

I am trying to set GitHub as my source for my Azure AppService deployment. I have gone to Deployment | Deployment Center. I fill it out and press save (workflows configuration edit box I left blank as I don't know what that is).

But when I try to go elsewhere in the portal, I get: "Your unsaved edits will be discarded."

What do I need to do?

ps - This answer is obsolete.

S_i_l_e_n_t C_o_d_e_r
  • 2,179
  • 2
  • 7
  • 21
David Thielen
  • 25,233
  • 30
  • 98
  • 177

1 Answers1

0

I am trying to set GitHub as my source for my Azure AppService deployment

To set GitHub as your source for azure App service you can follow the below workaround :

  • Create an empty webapp on Azure

  • From Deployment center> select source(GitHub)> Authorize>select your repository& branch.

enter image description here

enter image description here

  • As above marked Workflow configuration is something that we have added our repository and runtime stack etc . We can see it by click on Preview file as below:

It will something like this:

enter image description here

  • Save it and after few moment Azure will pull the code from your repository .

For more information please refer this MS DOC: Continuous deployment to Azure App Service .

AjayKumarGhose-MT
  • 2,919
  • 2
  • 3
  • 10