February 2013
Beginner to intermediate
68 pages
1h 50m
English
Let’s consider the simple WPF application shown in Figure 8.2, called HelloAzure (no matter what version of Visual Studio you have).
Figure 8.2. A WPF application ready for deployment.
When you’re ready to publish, open the project’s properties, click the Publish tab, and specify the installation URL by providing the full address of the previously created blob storage, plus the name of a subfolder (for example, called HelloAzure), and specify that the application will be available online only (see Figure 8.3).
Figure ...