Thanks for an excellent training video!! It was very informative, spot on instructions for publishing to my App Service, and even helped me with understanding App Services better.
What am I missing here - you are creating a "Deploy App Service" task in your pipeline and at 9:19 you select an existing app service name. Why does the task ask you to select an existing one in order to create one?
@@Atmosera- Thanks. I've realised my mistake. I was thinking that this was deploying a new App Service, but it's not, it's deploying code onto an existing App Service. So, it won't create an App Service. I need to create it first if I'm deploying for the first time. My *real* mistake is that I'm trying to do this at 2:40am and I should be asleep :-D
Thanks for an excellent training video!! It was very informative, spot on instructions for publishing to my App Service, and even helped me with understanding App Services better.
Absolutely superb! Great example and very clear - thank you.
Where is the $(BuildConfiguration) defined. My dotnet cli fails with that variable. I've replaced it with the word Release and it works.
That's a variable. It would be Debug, Release, or something to that effect that gets passed into the pipeline.
What am I missing here - you are creating a "Deploy App Service" task in your pipeline and at 9:19 you select an existing app service name. Why does the task ask you to select an existing one in order to create one?
It doesn't. It is asking for a an app service to deploy to.
@@Atmosera- Thanks. I've realised my mistake. I was thinking that this was deploying a new App Service, but it's not, it's deploying code onto an existing App Service. So, it won't create an App Service. I need to create it first if I'm deploying for the first time. My *real* mistake is that I'm trying to do this at 2:40am and I should be asleep :-D
Great video, really helpfull!
Your beatiful