Creating a resource on the Azure portal is an integral part of preparing for the AI-102 Designing and Implementing a Microsoft Azure AI Solution exam. Azure is Microsoft’s cloud computing platform which provides a diverse range of cloud services including those related to analytics and artificial intelligence.

This post will guide you step by step on how to create a resource using the Azure portal with a simple example.

Table of Contents

Creating a Resource

Creating resources on the Azure portal is a relatively straightforward task. Follow the steps below:

  1. Navigate to the Azure portal (https://portal.azure.com) and log in with your credentials.
  2. On the left-hand menu, select the “Create a resource” option.
  3. You will now be taken to the Azure Marketplace. Here, you can select the type of resource you wish to create. Azure offers a myriad of resources related to various domains like AI + Machine Learning, Databases, Networking, etc. You can select a resource type based on your requirement.
  4. After selecting the resource type, you will be prompted to fill in some required information. This usually varies, depending on the type of resource. However, you will generally be asked for a name for your resource, a subscription method, a resource group (you can create a new one or select an existing one), and a location (which is your preferred geographic location for the resource’s deployment).
  5. After filling in these details, you may see additional tabs with further optional configurations which you can modify based on your requirements.
  6. Finally, review your settings and click the ‘Create’ button. Azure will then begin deploying your resource. This process may take a few minutes.
  7. Once the deployment is complete, your resource is ready to use.

Example

Let’s create a resource of the category “AI + Machine Learning”.

  1. After choosing the “Create a resource” option, you will find the “AI + Machine Learning” under the Azure Marketplace.
  2. Here, we are choosing to create a ‘Cognitive Services’ resource.
  3. You will now be prompted to fill in the required details such as:
    • Name: mycogservice
    • Subscription: your-subscription
    • Resource group: my-resource-group
    • Location: (West US)
    • Pricing tier: (S0 Standard).
  4. Review all the information and click ‘Create’. Azure will now deploy your Cognitive Services resource.

This resource creation step is just the starting point of utilizing Azure’s AI resources. Once a resource is created, there are further steps involved such as configuration, implementation, and integrating with other services.

Conclusion

Creating a resource using Azure portal is a foundational skill one must acquire when preparing for the AI-102 Designing and Implementing a Microsoft Azure AI Solution exam. Understanding the different options available for AI services and how to set them up is crucial.

Remember, the right choice of resource and accurate configuration can enhance an application’s performance and optimize your Azure spending. Therefore, get acquainted with the Azure portal, try creating different resources, and experiment with various settings and configurations.

This hands-on experience will not only aid you in the AI-102 exam, but it will also be useful for your future projects and professional endeavors that require Azure AI solutions.

Practice Test

True/False: Azure resources can only be created from the Azure portal.

  • True
  • False

Answer: False.

Explanation: Apart from using the Azure portal for creating resources, Azure CLI, Azure PowerShell and Azure SDKs, are also useful for creating and managing resources.

What is Azure Resource Manager used for in Azure portal?

  • a) Managing Azure resources.
  • b) Managing user accounts.
  • c) Managing databases.
  • d) Managing network connections.

Answer: a) Managing Azure resources.

Explanation: Azure Resource Manager provides a management layer for controlling and organizing Azure resources.

True/False: It is mandatory to specify the subscription when creating a new resource on the Azure portal.

  • True
  • False

Answer: True.

Explanation: During the Resource creation in Azure portal, specifying the subscription is mandatory to associate the costs of the resource with the correct Azure account.

Which type of resource could not be created using the Azure portal?

  • a) Virtual machine
  • b) Storage account
  • c) Web App
  • d) None of the above

Answer: d) None of the above

Explanation: All these types of resources can be created using the Azure portal.

What is the main purpose of Resource Group in Azure?

  • a) To organize resources.
  • b) To maintain databases.
  • c) To handle network connections.
  • d) To assign user roles.

Answer: a) To organize resources.

Explanation: Resource Groups in Azure are used to manage and organize resources.

When creating a new resource in Azure, what does the “Pin to dashboard” option do?

  • a) It saves the resource as a draft.
  • b) It adds a shortcut to the resource on the dashboard for easy access.
  • c) It deletes the resource after a certain period.
  • d) It makes the resource a default option for future creations.

Answer: b) It adds a shortcut to the resource on the dashboard for easy access.

Explanation: The “Pin to dashboard” option creates a shortcut to that resource on the dashboard for easy access in the future.

True/False: It is possible to create multiple resources of the same type at once in the Azure portal.

  • True
  • False

Answer: True.

Explanation: Azure portal supports batch creation of resources of the same type.

Which of the following is NOT a step when creating a resource using the Azure portal?

  • a) Define Basics
  • b) Specify Subscription
  • c) Review and Create
  • d) Delete Resource

Answer: d) Delete Resource

Explanation: Deleting a resource is not a step in the creation process.

Resources in Azure can be managed individually or as groups. True/False?

  • True
  • False

Answer: True

Explanation: Resources in Azure can be organized and managed individually or grouped together.

What information is required to specify when creating a new resource group in Azure portal?

  • a) Subscription
  • b) Resource group name
  • c) Region
  • d) All of the above

Answer: d) All of the above

Explanation: You need to specify the subscription, name for the resource group, and the region where the resource group is to be stored.

Interview Questions

Q1: How can you start creating a resource in the Azure portal?

A1: Navigate to the Azure portal at https://portal.azure.com, and sign in. Select “Create a resource” in the upper-left corner.

Q2: How can you navigate between resources and services within the Azure portal?

A2: After you are logged into the Azure portal, you can use the left-hand navigation to visit different services and resources.

Q3: What is the difference between Azure Resource Manager templates and Azure service management deployments when it comes to creating Azure resources?

A3: Azure Resource Manager templates allow simultaneous deployment of multiple resources, while Azure service management deployments require resources to be deployed sequentially, one at a time.

Q4: How do you activate Quickstart Center in the Azure portal?

A4: Click on “Help + Support” in the left-hand navigation menu and then click on the “Quickstart Center” from the drop-down menu.

Q5: What is the Azure Resource group?

A5: An Azure Resource group is a logical container for resources deployed within an Azure subscription. It provides a way to monitor, control access, provision and manage billing for collections of assets that are required to run an application.

Q6: How do resource groups help in the organization and management of Azure resources?

A6: Resource groups allow users to manage and organize their Azure resources by project or functional work area, simplifying resource access, cost tracking, and management tasks.

Q7: How do you create a resource group in Azure portal?

A7: In Azure portal, click “Resource groups” on the main menu, then select “Add”. Fill in the appropriate details, such as Resource group name, Subscription, and Region. Click “Review + Create”, and then “Create”.

Q8: What is a good practice for naming resources in Azure?

A8: Resources should be given descriptive names that reflect their purpose and can be easily identified. They should comply with Azure naming conventions and meet the specific naming requirements of the resource type.

Q9: What is Azure Advisor?

A9: Azure Advisor is a free service built into Azure that provides recommendations on high availability, security, performance, and cost. It helps you follow best practices to optimize your Azure deployments.

Q10: How do you use Azure Policy in the resource creation?

A10: Azure Policy is a service in Azure that you use to create, assign and manage policies. These policies enforce different rules and effects on your resources, helping you maintain compliance with corporate standards and service level agreements.

Q11: What’s the importance of adding tags during the creation of a resource in Azure?

A11: Tags provide a way to add metadata to your resources, making it easier to organize and categorize resources based on your organizational needs.

Q12: How to monitor Azure resources?

A12: Azure Monitor provides a comprehensive solution for collecting, analyzing, and acting on telemetry from your Azure resources. It helps you understand how your applications are performing and proactively identifies issues affecting them and the resources they depend on.

Q13: How do I delete a resource in Azure Portal?

A13: You can delete a resource by navigating to it in the Azure portal, then selecting Delete from the resource menu.

Q14: Can I move an Azure resource from one resource group to another?

A14: Yes, you can. Azure allows you to move resources from one resource group to another.

Q15: Can multiple users simultaneously work on creating or managing resources in an Azure portal?

A15: Yes, multiple users can work simultaneously in Azure portal, assuming they possess appropriate permissions and roles assigned through Azure Active Directory.

Leave a Reply

Your email address will not be published. Required fields are marked *