Getting started with Microsoft Azure
- Get link
- Other Apps
If you are new to Microsoft Azure, then please read my earlier blog on Cloud Computing and Microsoft Azure introduction.
In this blog, I will explain how to create resources in Azure Dashboard and will show you screenshots. This will be a totally new experience for me as well because I am also new to Cloud Computing and wanted to share my experience through my blog.
Also, I will show how you can create a trial of Azure account.
In this blog, I will explain how to create resources in Azure Dashboard and will show you screenshots. This will be a totally new experience for me as well because I am also new to Cloud Computing and wanted to share my experience through my blog.
So let’s first create a trial of Microsoft Azure.
Follow below steps.
1. Go to https://azure.microsoft.com/
2. Click on Start Free button.
3. Now read the details. And again click on start free button.
4. Log in with your Microsoft Account.
5. Once logged in, you have to fill the personal details along with your credit card details. Microsoft will charge a very nominal amount, in my case, it was 2.00 INR for the trial account. Now once everything is done your Azure dashboard will appear.
Once your Azure azzount is ready, now you can create new resources like SQL Database, Load Balancer, Storage, Apps etc.
If you have worked on Microsoft technologies like SharePoint or ASP.net then you must have used SQL.
So let’s first create a SQL Database in Azure.
Click on SQL Database from left side panel.
Your screen will change to:
Similarly, you can create any new resource in Azure Portal.
Suppose you want to create DevTest Labs Tool which comes under Developer Tools.
Follow below steps.
1. Go to https://azure.microsoft.com/
2. Click on Start Free button.
3. Now read the details. And again click on start free button.
4. Log in with your Microsoft Account.
5. Once logged in, you have to fill the personal details along with your credit card details. Microsoft will charge a very nominal amount, in my case, it was 2.00 INR for the trial account. Now once everything is done your Azure dashboard will appear.
Exploring Microsoft Azure Portal
Once your Azure azzount is ready, now you can create new resources like SQL Database, Load Balancer, Storage, Apps etc.
If you have worked on Microsoft technologies like SharePoint or ASP.net then you must have used SQL.
So let’s first create a SQL Database in Azure.
Click on SQL Database from left side panel.
Your screen will change to:
Click on Create SQL Databases
Fill required details.
DataBase name – MyAzureDemo
Resource Group – AzureDemo
Select Source – Create a blank database or backup or select Sample database
In Server Configuration, enter below details.
Server name, admin login, password, select location and click on Select button from server configuration column.
Leave rest thing as default and click on create.
You may see Deployment is in progress, it might take few minutes to finish this.
Now your SQL Database has been created. If you want database connection string then click on show database connection strings
Now it's time to write some basic SQL Query. Click on Tools. Select Query Editor and log in with your SQL DB credentials.
DataBase name – MyAzureDemo
Resource Group – AzureDemo
Select Source – Create a blank database or backup or select Sample database
In Server Configuration, enter below details.
Server name, admin login, password, select location and click on Select button from server configuration column.
Leave rest thing as default and click on create.
You may see Deployment is in progress, it might take few minutes to finish this.
Now your SQL Database has been created. If you want database connection string then click on show database connection strings
Paste your query in the editor and click on run. Once executed you can see the result in the bottom of the query editor. In my case, I have used a SQL script to create a table called User and insert 2 records.
You may connect this Database from your local SQL Server Management Studio, to connect this you must allow your ip to access this. If not allowed you may see below error.
Similarly, you can create any new resource in Azure Portal.
Suppose you want to create DevTest Labs Tool which comes under Developer Tools.
To create this resource, Click on New -> Developer Tools -> DevTest Labs and Click on Create
So Till now, you are able to create a new resource.
As my blog is based on development experience so I will discuss Developer Tools available in the Azure portal.
DevTest Labs - It helps development and testing team to create VM in just a few click on Azure to deploy and test the applications.
Application Insights – This tool answers your below questions
Is the website available all the time?
Is the user experience responsive and usable?
API Management – Create an API gateway and developer portal in minutes
Few other Developer Tools are RevenHQ, Team Project
Hope you are ok with the introduction with Azure Dashboard.
As my blog is based on development experience so I will discuss Developer Tools available in the Azure portal.
DevTest Labs - It helps development and testing team to create VM in just a few click on Azure to deploy and test the applications.
Application Insights – This tool answers your below questions
Is the website available all the time?
Is the user experience responsive and usable?
API Management – Create an API gateway and developer portal in minutes
Few other Developer Tools are RevenHQ, Team Project
Hope you are ok with the introduction with Azure Dashboard.
In upcoming blogs, I will share my deployment and other developer tools experience in the Azure Portal.
You may read some popular blogs on SharePointCafe.Net
- Get link
- Other Apps
Popular
Top 30 ASP.Net Web API Interview Questions and Answers
CAML Query Tutorial for SharePoint 2013 and 2010 - A Complete tutorial guide
CAML Query is one of the most important topics in SharePoint. CAML Query is the way for querying items from SharePoint objects like List and Library. This blog is helpful in SharePoint 2010 development as well as in SharePoint 2013 development.
What is MicroService? A modern approach to develop software applications
Before describing MicroServices we should first understand distributed technologies we already have in the industry. Prior to MicroServices, we have already Web Services, WCF Service and latest one from Microsoft i.e. ASP.Net Web API. Then Why MicroService Architecture?
You may read about all these distributed technologies in details in my earlier blog.
You may read about all these distributed technologies in details in my earlier blog.
How to consume RESTful APi from server side code - C#
What's new in C# 6.0 language?
SharePoint Interview Questions and Answers
Introduction to ASP.NET Core - Basic Introduction with Visual Studio 2015 and 2017
All about SharePoint 2010 Content Type Hub - SharePoint 2010 Tutorial
ASP.Net Web API Security
If you are new to ASP.Net Web API then please start from the beginning level. What is ASP.Net Web API? In the previous blog, I wrote about Routing in Web API. You may also like .Net Core Introduction and MicroService Architecture.
I have also explained, How to create a secure Web API? in my earlier blog.
In this blog, let's discuss the Web API security in details.
I have also explained, How to create a secure Web API? in my earlier blog.
In this blog, let's discuss the Web API security in details.
Tags
Tags
cloud-computing12
sharepoint-201310
interview8
sql8
webservice7
angularjs6
entity-framework6
design-pattern5
linq5
sharepoint-programming5
powershell4
socialmedia4
caml3
dot-net-core3
rest3
workflow3
ajax2
aws2
html2
infopath2
javascript2
oops2
searchservice2
sharepoint-interview2
soa2
timer job2
website2
3tier1
active-directory1
caching1
devops1
fba1
imageupload1
json1
list1
managed-metadata-service1
metadata1
odata1
page-layout1
performance1
run with elevated1
safecontrol1
security1
sharepoint interview questions1
sharepoint security1
sharepoint-architecture1
sharepoint-branding1
sharepoint-migration1
sharepoint-service1
sharepoint-topics1
sharepointlist1
site-definition1
soap1
uls1
validation1
viewstate1
xml1
Show more
Show less
Comments
Post a Comment
Dear Readers, Please post your valuable feedback in the comment section if you like this blog or if you have any suggestions. I would love to hear the same from you. Thanks