@model Microsoft.WindowsAzure.Management.Sql.Models.FirewallRule @{ ViewBag.Title = "Index"; }

Index

The current IP address setting is @Model.StartIPAddress.ToString()
@using (Html.BeginForm(null, null, FormMethod.Post, new { enctype = "multipart/form-data" })) { @Html.AntiForgeryToken()

Set firewall IP address rule


@Html.ValidationSummary(true)
}