Continuous Deployment – PaaS Compute Options
Azure App Services have out-of-the-box support for continuous integration and deployment from a variety of providers. You can continue using your favorite source control program, be it Azure DevOps, GitHub,…
Manual Deployment – PaaS Compute Options
You can manually push code to Azure via the following options. These options require you to manually push the code every time when you update the code. If you navigate…
Creating Deployment Slots – PaaS Compute Options
You can create new deployment slots with an empty or cloned configuration. There are certain properties that can be swapped, and some of them cannot be swapped during the swap…
Securing App Service – PaaS Compute Options
If you are deploying your application to a virtual machine, you need to write code to integrate with an authentication provider. For example, let’s say you want your end users…
Custom Domains – PaaS Compute Options
Adding custom domain names to your application offers several advantages such as they are easy to remember, they offer branding, and they enable easier integration with other services. As you…