Azure resource and service creation using Azure UI - part1

This post is all about how to create some basis services in Azure like starting from resource group, DB, storage etc. Entire post is self explanatory and step-by-step process in pictorial way.

To start with, login your Azure account at http://portal.azure.com/ and then follow the steps below. First thing is to create the Resource Group. Whatever resource I'm going to create here should be under one Resource Group.

 Click on Resource group icon or  click on 'Create a resource' and then search on 'Resource Group' landed you Resource Group creation page.




next, select your subscription from dropdown list and enter the name of the Resource Group (here it is POC-WS-TO-ADF) which is going to be created.




Once creation completes, Azure shows the information and allow to go the resource group home page.


Now, I wanna like to create on SQL DB resource. Following step-1 process i.e. clicking on 'Create a resource' and then search SQL DB or clicking on SQL Database icon allow me to land SQL DB creation page.


Here, select subscription and resource Group. And then put the SQL DB details like Database name and select the server. If you do not have any server created, Azure allow you to create one from here.


For DB Server creation, put the server name, admin-id and the admin-password to login into DB server. Also, need to select the Geo location where the database server is going to be created.



Once done, Azure display the creation request is in progress and keep refreshing the request status(how objects are created in Azure).



Once completed, Azure display resource creation completed and allow us to go the resource home page.


In the SQL DB overview page, display information about your DB and you can actually use SQL management studio to connect to Azure DB.


This is very basis steps and in my next post, I'm going to create more object in Azure. Hope you enjoy it!

Comments

Popular posts from this blog

How to fix Azure DevOps error MSB4126

SharePoint Admin Center

How to create Custom Visuals in Power BI – Initial few Steps