-
Book Overview & Buying
-
Table Of Contents
A Developer's Guide to .NET in Azure
By :
You need an Azure subscription to work with examples in this book. In this section, you will learn about how to create an Azure subscription. Let’s get started with the steps:
Figure 1.1 – Create your free Azure account screen
Figure 1.2 – Azure account setup – signing in with a live account/signing up for a live account
Figure 1.3 – Creating a live account – email address
Figure 1.4 – Azure account profile creation
Once the signup is successfully completed, you will be able to see the success page as follows. From this screen, you will be able to access the Azure portal.
Figure 1.5 – Azure account creation – success page
Figure 1.6 – Azure portal
The preceding screenshot shows the Azure portal where you can create and manage resources.
Storage since there is no storage account created. It does not show any existing resources, but the portal shows me services such as Azure Storage Account and Storage browser, and then it shows some Marketplace suggestions and finally, the documentation related to the Storage keyword.
Figure 1.7 – Searching for resources – the Azure portal
Figure 1.8 – Cloud Shell icon – Azure portal
Figure 1.9 – Directories + Subscriptions – Azure portal
Once you click on the button, you will be able to see all directories.
Figure 1.10 – Directories + Subscriptions page – Azure portal
Figure 1.11 – Notifications – Azure portal
Figure 1.12 – Settings – Azure portal
Clicking on the settings icon will take you portal settings page where we have the following options:
Figure 1.13 – Configure appearance and startup view – Azure portal
Figure 1.14 - Setting up language, date, and currency format – Azure portal
Figure 1.15 – My information – Azure portal
Figure 1.16 – Signing out and notifications configuration – Azure portal
Figure 1.17 – The Support and troubleshooting option – Azure portal
Figure 1.18 – Send feedback – Azure portal
Figure 1.19 – Azure portal
You can customize this menu, which will help you to access different services quickly. The Azure portal comes with a Dashboard view as well. You will be able to create different dashboards and share them with your other team members.
Figure 1.20 – Azure portal
Figure 1.21 – Dashboard view – Azure portal
Figure 1.22 – Customizing the dashboard – Azure portal
Figure 1.23 – Share dashboard – Azure portal
In this section, we learned about creating an Azure account and how to customize and configure the Azure portal. You will be able to create and manage different Azure resources from the Azure portal.
Next, you will learn how to create a resource in the Azure portal:
Figure 1.24 – Azure portal – + Create a resource
Figure 1.25 – Azure portal – Create a resource
For demo purposes, I will create a resource group. It’s a container that contains related resources in an Azure solution. It is a best practice to create resources related to a project or product in the same resource group. You can search for resource group and click on the first result. Then, you will be able to see the details of the service/resource you’re about to create.
Figure 1.26 – Azure portal – new resource group
HelloWorld – set Subscription to Free Trial, and set Region to a region near your location.
Figure 1.27 – Azure portal – Create a resource group – Basics screen
Or you can assign tags to the resource on the Tags tab. Tags are key-value pairs that act as metadata for Azure resources, which helps you to identify resources. Tags are helpful for tracking, organizing, grouping, and analyzing costs for resources. It is a best practice to add tags to your Azure resources.
Figure 1.28 – Azure portal – associating tags
Figure 1.29 – Azure portal – Create a resource group confirmation screen
This screen will also help you to create an automation script. You can download the Azure Resource Management (ARM) script by clicking on the Download a template for automation link.
Figure 1.30 – Azure portal – Resource created notification
This way, you will be able to create resources in the Azure portal. Now you have learned how to create an account and create a free trial subscription in Azure portal. You also learned about how to create resources in Azure using the Azure portal. You will be able to create resources using the Azure CLI and Azure PowerShell as well. Next, you will learn about configuring your development environment.
Change the font size
Change margin width
Change background colour