Merged PR 61104: Merge ciqs to master

Related work items: #84315
This commit is contained in:
Daniel Ciborowski 2017-09-12 19:42:49 +00:00
Родитель 41f6a22d0b
Коммит efc233bb88
2 изменённых файлов: 24 добавлений и 0 удалений

7
Instructions.md Normal file
Просмотреть файл

@ -0,0 +1,7 @@
# Configure the Java Program
1. Navigate to the Kudu Console for your Web App at **unique string**.scm.azurewebsites.net
1. Go to "Debug console", then select "CMD"
1. Navigate to "D:\home\site\wwwroot"
1. Upload "cortana-pixeltracker-server-1.0-SNAPSHOT.jar" and "web.config" from the resources folder to this location. Note, the provided file is zipped to reduce the size. You must first unzip it to extract the jar.
1. Navigate to **uniquestring**.azurewebsites.net/pixel.jpg?var1=test&var2=test2 to test the service.

17
Manifest.xml Normal file
Просмотреть файл

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<Template>
<Category>DesignPattern</Category>
<Title>Azure Digital Marketing: Pixel Tracker</Title>
<Owner displayname="Daniel Ciborowski" email="dciborow@microsoft.com"/>
<PublishedOn>06/13/2017</PublishedOn>
<ImageUrl>{PatternAssetBaseUrl}/image.png</ImageUrl>
<Description>Solution for cloud based pixel tracking.</Description>
<Summary src="Summary.md" format="markdown"/>
<EstimatedTime>3 Minutes</EstimatedTime>
<ProvisioningSteps>
<ArmDeployment source="azuredeploy.json" title="Deploying the Pixel Tracker into your Azure Subscription." />
<Manual title="Done">
<Instructions src="Instructions.md" format="markdown" />
</Manual>
</ProvisioningSteps>
</Template>