Azure Cloud Application -Subscription (Article 04)
Azure Resource Group
What is a resource group?
A resource group is a container that holds related resources for an Azure solution. The resource group can include all the resources for the solution, or only those resources that you want to manage as a group. You decide how you want to allocate resources to resource groups based on what makes the most sense for your organization. Generally, add resources that share the same lifecycle to the same resource group so you can easily deploy, update, and delete them as a group.
The resource group stores metadata about the resources. Therefore, when you specify a location for the resource group, you are specifying where that metadata is stored. For compliance reasons, you may need to ensure that your data is stored in a particular region.
let’s work on resource group
then
this is a way to create resource groups.
Azure Subscription
As the name suggests, a subscription refers to the logical entity that provides entitlement to deploy and consume Azure resources. Imagine Azure subscriptions to be like a pre-paid SIM activation with or without credit. Depending on the type, these can be free subscriptions, Pay-As-You-Go (Post-Paid) subscription or a pre-paid credit carrying subscription.
A subscription fuels the Azure resources in a customer tenant. Everything will suspend or halt if the subscription carries zero credit unless the subscription is a post-paid pay-as-you-go subscription
let’s do practically azure subscription
First of all search for subscription and after you find the subscription, select your subscription name.
Now in your side navigation panel, select Resource Providers.
Then in the search are simply just type cdn and you can find Microsoft.Cdn, as i tell you before at the first it’s not registered.
then click register button and register cdn.
This is a article about azure subscription and create particially.
let’s see next article azure cdn
Thank you.