Search⌘ K
AI Features

Summary and Quiz on Programming the Cloud

Explore how to program cloud infrastructure using Microsoft Azure APIs and SDK with Go. Understand the differences between the management and data planes, cloud resource CRUD operations, and fundamentals of identity, authentication, and authorization. Gain transferable skills to provision and use cloud services effectively across major providers.

We'll cover the following...

Summary

Azure Storage is only one service out of hundreds that we can use to build applications in the cloud. Each cloud service provider has analogous storage services that operate in a similar way. The examples shown in this section are specific to Microsoft Azure, but they can be easily ...