Skip to main content

Azure - How to create resource group

Azure home -> Select Resource group

 Subscription is user payment method configured

Give name for resource group - Meaningful name with project name

Region - nearest region to your location

Note: there is option called CDN for you to make your resources available across different regions  

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