-
Book Overview & Buying
-
Table Of Contents
Azure for Developers - Third Edition
By :
In this chapter, you learned about the basic structure and operations of Azure. We discussed how you can obtain access to the Azure environment and explored the differences between work/school and personal accounts. You also learned how to sign in to your account, switch the working context, and change the Azure tenant if needed.
We also talked about service principals and managed identities, which will become some of the most important components in the next chapters. In the last part of this chapter, we covered IDEs and additional plugins and emulators that may help you when developing applications in Azure. This knowledge will become important in the next chapters, as we’ll start building simple applications to showcase certain features of Azure services.
In the next chapter, we’ll cover the differences between the Azure CLI and Azure PowerShell. Going through this topic will help you build your own scripts and integrate them with CI/CD pipelines, which...