• Products
  • Solutions
  • Customers
  • Resources
  • Company
  • Pricing
  • Download
Try Playground
Show / Hide Table of Contents

Create Azure Resource Group

The first step of using Microsoft Azure is creating a resource group. A resource group is a container that holds related resources for the Azure solution that need to be managed as a group. You can create a resource group in Azure either through a portal provided by Azure or through Azure Cloud Shell.

Using Azure Portal

In case you are using Microsoft Azure Portal, the following steps will help you create an Azure Resource Group.

  • Log in to Microsoft Azure Portal.

  • On the leftmost tab, click on Resource Groups.

  • Under the Resource groups tag, click on the + option. Type the name that is suitable for your resource group.

azure portal create resource group

  • Click on Review + create to review the required resource group properties.

  • Click on Create to create your resource group in Azure.

  • To check whether the resource group has been successfully created or not, from the leftmost pane, go to Resource Groups. Under the Name list, verify that the name of the resource group created is present.

Using Azure Shell

Follow the steps provided below to create a Resource Group using Azure Cloud Shell.

  • Log in to the Microsoft Azure Cloud Shell.

  • To create a new resource group, execute the following command.

 az group create --name aksgroup --location centralus

After successfully creating an Azure resource group, you need to create a Kubernetes cluster which is explained in the next chapter.

See Also

Create Kubernetes Cluster in Azure
Create NCache Deployment in AKS
Create Gateway Service in AKS
Create Discovery Service in AKS

In This Article
  • Using Azure Portal
  • Using Azure Shell
  • See Also

Contact Us

PHONE

+1 (214) 764-6933   (US)

+44 20 7993 8327   (UK)

 
EMAIL

sales@alachisoft.com

support@alachisoft.com

NCache
  • NCache Enterprise
  • NCache Professional
  • Edition Comparison
  • NCache Architecture
  • Benchmarks
Download
Pricing
Try Playground

Deployments
  • Cloud (SaaS & Software)
  • On-Premises
  • Kubernetes
  • Docker
Technical Use Cases
  • ASP.NET Sessions
  • ASP.NET Core Sessions
  • Pub/Sub Messaging
  • Real-Time ASP.NET SignalR
  • Internet of Things (IoT)
  • NoSQL Database
  • Stream Processing
  • Microservices
Resources
  • Magazine Articles
  • Third-Party Articles
  • Articles
  • Videos
  • Whitepapers
  • Shows
  • Talks
  • Blogs
  • Docs
Customer Case Studies
  • Testimonials
  • Customers
Support
  • Schedule a Demo
  • Forum (Google Groups)
  • Tips
Company
  • Leadership
  • Partners
  • News
  • Events
  • Careers
Contact Us

  • EnglishChinese (Simplified)FrenchGermanItalianJapaneseKoreanPortugueseSpanish

  • Contact Us
  •  
  • Sitemap
  •  
  • Terms of Use
  •  
  • Privacy Policy
© Copyright Alachisoft 2002 - 2025. All rights reserved. NCache is a registered trademark of Diyatech Corp.
Back to top