Azure-plugin not sending REST calls to Azure cloud
[multicloud/azure.git] / azure / aria / aria-extension-cloudify / src / aria / examples / hello-world / index.html
1 <html>
2     <header>
3         <title>ARIA Hello World</title>
4     </header>
5 <body>
6     <h1>Hello, World!</h1>
7     <p>
8         blueprint_id = {{ ctx.service_template.name }}<br/>
9         deployment_id = {{ ctx.service.name }}<br/>
10         node_id = {{ ctx.node.name }}
11     </p>
12     <img src="aria-logo.png">
13 </body>
14 </html>