-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLab.xml
More file actions
23 lines (23 loc) · 1.24 KB
/
Copy pathLab.xml
File metadata and controls
23 lines (23 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8"?>
<Lab xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ContentFramework.Core.Models">
<Id>ServiceBusServiceRemoting</Id>
<Technologies>
<Technology>Windows Azure</Technology>
</Technologies>
<Author>
<Blog></Blog>
<Email></Email>
<Name></Name>
</Author>
<Description>In this hands-on lab you will learn how to provision a Service Bus account and configure namespaces for you service. You will take advantage of Windows Azure Access Control Service to provide claims-based authentication, creating rules that map an identity into claims that determine what actions an issuer is allowed to perform. </Description>
<Document ConversionType="Html">.\HOL.md</Document>
<Title>Service Remoting With Windows Azure Service Bus</Title>
<Version>1.0.3</Version>
<Source>.\Source</Source>
<DependencyChecker>.\Source\Setup\Dependencies.depi</DependencyChecker>
<CustomProperties>
<Property Name="ContentTag" Value="1.8" />
<Property Name="ContentType" Value="VS2010" />
<Property Name="GitHubRepository" Value="https://github.com/WindowsAzure-TrainingKit/HOL-ServiceBusServiceRemoting" />
</CustomProperties>
</Lab>