Skip to main content

Azure - How to create virtual machine

 home portal -> select virtual machine


select subscription and resource group 

Give virtual machine name / region 

Image: select what os needs to be installed on the vm 

Size: your vm hardware capabilities 

Give Admin username and password

Select review and create

Comments

Popular posts from this blog

Kendo dropdown list tamplate to disable selected items inside

Disabled few selected items inside dropdown list based on model data Model return object list and By using template do the disable and on click false for selected items @(Html.Kendo().DropDownList()     .Name("DateRange")     .DataTextField("RangeNameDefault")     .DataValueField("ID")     .BindTo(Model.dashboardDateRangeList)     .HtmlAttributes(new { style = "width: 100%" })     .Events(e => e.Change("DateRangeChange"))     .Template(      "<span class=\"#: !data.IsDataReady ? 'k-state-disabled': ''#\" onclick=\"#: !data.IsDataReady ? 'return false': ''#\"> #: data.RangeNameDefault #</span>"))

how to check powershell version

 Run powershell as administrator      Run below command $PSVersionTable.PSVersion