Skip to content
This repository was archived by the owner on Oct 12, 2023. It is now read-only.

Commit a856d0b

Browse files
authored
Merge pull request #36 from Azure-Samples/v-jaswel-patch-1
Update Web.config
2 parents aa0da9e + ef9d956 commit a856d0b

File tree

1 file changed

+5
-4
lines changed
  • bot-integration-samples/hotel-finder/csharp

1 file changed

+5
-4
lines changed

bot-integration-samples/hotel-finder/csharp/Web.config

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@
1111
<add key="MicrosoftAppPassword" value="" />
1212

1313
<!--
14-
This is a free trial Microsoft Bing Spell Check key with limited QPS.
15-
Please subscribe to create your own key and try it out further.
16-
Subscription URL: https://www.microsoft.com/cognitive-services/en-us/subscriptions?productId=/products/56ec2df6dbe2d91324586008
14+
A Bing Spell Check subscription key is required.
15+
If you do not have one, you can visit the Microsoft Cognitive Services Web site at
16+
https://azure.microsoft.com/free/cognitive-services/, create a new Azure account,
17+
and try Cognitive Services for free.
1718
-->
1819
<add key="BingSpellCheckApiKey" value="replace-with-BingSpellCheckApiKey" />
1920

@@ -88,4 +89,4 @@
8889
</dependentAssembly>
8990
</assemblyBinding>
9091
</runtime>
91-
</configuration>
92+
</configuration>

0 commit comments

Comments
 (0)