February 2015
Intermediate to advanced
768 pages
26h 24m
English
Your service is given a table called “channels” for storing the current channel URI for each unique client. It is also given four scripts for acting on this table, written in JavaScript: delete.js, insert.js, read.js, and update.js. You can see them in your portal at http://windowsazure.com, or in Visual Studio’s Server Explorer tool window, shown in Figure 24.17.
FIGURE 24.17 The Server Explorer is automatically configured to show each of your Windows Azure mobile services.
The insert.js script, shown in Listing 24.2, inserts or updates a record in the channels table, using the passed-in installationId as the key. The most ...
Read now
Unlock full access