Hey Blaize thank you for the video, if i wanna do some changes to app deployed, i gotta go back to visual studio and redeploy again ? it would modify the existing site on azure, or it will create a new app? Is app service secure, or virtual machine is better in security
Best to use deploy for Visual Studio for dev/test stuff, and deploy it from VS rather than edit it on Azure. Redeployments will replace the full site. I wouldn't say that App Service is more or less secure than a VM. I would say that App Services is less security to worry about than a VM because it is PaaS. Most of the security for the platform is managed by MS, but with a VM you have to maintain that.
Well done. Newbies (aka me) get a lot out of this. Thanks for taking the time to do this.
much better than attending sessions in costly training applications... Great explanation.. thank you
You're welcome.
But Wintellect does do trainings if you're interested in those. I think the prices are reasonable.
anybody can understand the way you teaching, appreciated you
Very Nice. It started with basic theory and then expanded to practical to end it logically. Good pace as well.
Hi Blaize : I just saw some videos from you and found them very efficient. Congrats !!!
Glad you found them to be helpful! :)
Awesome, Thank you. 😀
Great video. Thanks very much!
v.good demo.
Awesome video, thanks for uploading. Very useful.
Thank you!
Hey Blaize thank you for the video, if i wanna do some changes to app deployed, i gotta go back to visual studio and redeploy again ? it would modify the existing site on azure, or it will create a new app?
Is app service secure, or virtual machine is better in security
Best to use deploy for Visual Studio for dev/test stuff, and deploy it from VS rather than edit it on Azure. Redeployments will replace the full site.
I wouldn't say that App Service is more or less secure than a VM. I would say that App Services is less security to worry about than a VM because it is PaaS. Most of the security for the platform is managed by MS, but with a VM you have to maintain that.
@@Atmosera- thank you
awesome, explained the topic very well
Glad you liked it!
nice explanation.
This video is great!
That's Amazing;
Azure App Service = Internet Information Service (IIS) hosted on cloud
Not exactly. There are some difference between them.