Roberto Brunetti

Developing in the cloud

.NET Programming

Archives

Windows Azure SDK 1.3 Refresh

Oggi è arrivata questa comunicazione ufficiale:

We have refreshed the Windows Azure SDK. This refresh contains configuration and security changes that may affect services built using the Windows Azure November 2010 SDK (v 1.3) where a Web Role is deployed with the full IIS feature. We recommend that all customers download and apply the refresh per the instructions below. Please click here for more information.

Applying the fix

To apply the fix

1. Please download and install the refresh of the November 2010 Tools and SDK (recommended).

To upgrade just the SDK please use this link (64 bit) or this link (32 bit).

2. Re-package your service.

3. Upgrade/re-deploy your service in the cloud.

In pratica conviene scaricare e installare la versione refresh degli strumenti di sviluppo, chiudendo prima eventuali istanze di Compute Emulator o Storage Emulator.

Nel mio caso, il primo aggiornamento del solo upgrade dell’SDK non era andato a buon fine e un reboot preventivo ha risolto il problema di installazione.

Dopo l’intallazione verificare che la versione dell’SDK installato sia la seguente. Da notare la differenza della versione dell’SDK rispetto agli strumenti per Visual Studio: è importante la versione dell’SDK in quanto è questo componente ad essere stato aggiornato.

image

Occorre poi fare Publish nuovamente per tutte le applicazioni: il Publish ricrea il package di installazione con la nuova versione dell’SDK.

Posted: feb 03 2011, 09:35 by rob | with no comments
Filed under: