This section walks you setting up your development environment, including creating an ASP.NET MVC app, adding a Connected Services connection, adding a controller, and specifying the required namespace directives.
-
Open Visual Studio.
-
Select File->New->Project from the main menu
-
On the New Project dialog, specify the options as highlighted in the following figure:
-
Select OK.
-
On the New ASP.NET Project dialog, specify the options as highlighted in the following figure:
-
Select OK.
-
In the Solution Explorer, right-click the project, and from the context menu, select Add->Connected Service.
-
On the Add Connected Service dialog, select Azure Storage, and then select Configure.
-
On the Azure Storage dialog, select the desired Azure storage account with which you want to work, and select Add.