Chapter Summary
In this chapter we deploy our API onto Azure for use in the real world. On the way, we create the Azure resources we need and revisit the discussion on runtime environments and configuration.
When Done, You Will
Know a bit more about Azure.
Have created the Azure resources we need to deploy our API.
Update our CI/CD pipeline to deploy our release to Azure.
Provide the necessary configuration to get the API working in a Production Environment.
We have a lot to cover – so let’s get going!
Creating Azure Resources
Azure is a huge subject area and could fill many books, ...