Skip to content

Commit

Permalink
Supporting PremiumV2 App service SKUs and updating the solution owner…
Browse files Browse the repository at this point in the history
…s in the manifest
  • Loading branch information
natinimni committed Nov 15, 2017
1 parent 9f15f9d commit ead3e81
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
7 changes: 5 additions & 2 deletions saw/recommendationswebapp/core/Manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
<Template>
<Category>DesignPattern</Category>
<Title>Recommendations Solution</Title>
<Owner displayname="Recommendations" email="[email protected]"/>
<Owners>
<Owner displayname="Recommendations" email="[email protected]"/>
<Owner displayname="Nati Nimni" email="[email protected]" />
</Owners>
<PublishedOn>04/14/2017</PublishedOn>
<ImageUrl>{PatternAssetBaseUrl}/reco-pcs-logo.png</ImageUrl>
<Description>This solution enables you to create product recommendations predictive models based on historical transaction data and information on the product catalog. The solution exposes mechanisms to train models and request recommendations from those models.</Description>
Expand All @@ -16,7 +19,7 @@
<Instructions src="markdown\AppService.md" format="markdown" />
<Parameters>
<Parameter name="hostingPlanSku">
<ExtraDescription>(B=Basic, S=Standard, P=Premium)</ExtraDescription>
<ExtraDescription>(B=Basic, S=Standard, P=Premium, Pv2=PremiumV2)</ExtraDescription>
</Parameter>
<Parameter name="accountType" hidden="true"/>
<Parameter name="appInsightsLocation" hidden="true" />
Expand Down
5 changes: 4 additions & 1 deletion saw/recommendationswebapp/core/arm/resources.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@
"S3",
"P1",
"P2",
"P3"
"P3",
"P1v2",
"P2v2",
"P3v2"
],
"defaultValue": "S2",
"metadata": {
Expand Down

0 comments on commit ead3e81

Please sign in to comment.