All the applications require data and data storage mechanism.For example most of the applications store data in the database.It is the same for cloud applications.Cloud applications need some location to store the data. Azure Storage is a cloud service for storing and retrieving data.Azure Storage Account is required for working with Azure Storage.There are two […]
Archives for May 2019
Connecting to a Virtual Machine in Azure using RDP
we need to use remote desktop end point to connect to the virtual machine.When you click the virtual machine you have created previously then you will see a screen where there are different buttons for performing various operations on the virtual machine. Using the connect button you can connect to the virtual machine. When you […]
Creating virtual machine in the Azure Portal
virtual machine is a computer which exists in the cloud.It doesn’t exist physically so you can not see and access hardware.So they just exist virtually not physically. To create a virtual machine in azure follow the below steps: Login to the azure portal Click the create a resource tab You can also create virtual machine by […]