diff --git a/README.md b/README.md index 677c94d7..46e117d6 100644 --- a/README.md +++ b/README.md @@ -246,3 +246,5 @@ trademarks or logos is subject to and must follow [Microsoft's Trademark & Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general). Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies. + + diff --git a/azuredeploy.json b/azuredeploy.json index 930ede35..add6a2d0 100644 --- a/azuredeploy.json +++ b/azuredeploy.json @@ -291,10 +291,10 @@ "type": "Microsoft.Bing/accounts", "apiVersion": "2020-06-10", "name": "[parameters('bingSearchAPIName')]", - "kind": "Bing.Search.v7", + "kind": "Bing.Grounding", "location": "global", "sku": { - "name": "S1" + "name": "G1" } }, {