-
Book Overview & Buying
-
Table Of Contents
Azure for Developers - Third Edition
By :
To start working with Azure, you’ll need to understand how to perform certain operations, such as signing in, switching accounts, and even switching tenants. We’ll get to that shortly, but before we start, let’s discuss briefly how Azure is structured.
In Azure, there are several building blocks, which you’ll be using when developing applications and infrastructure. The main building block is called the tenant. A tenant is the most important component as it links Azure subscriptions with user accounts. When you create an Azure account, it’s automatically linked to a new tenant (unless your account is a work/school account, which is created inside an existing tenant).
If you went through the Azure account creation process, you created three separate components:
To help you understand...