Sunday, July 12, 2020

Power App Dependency on Bing API on Import


1.Export Power app from source  environment.

2.Before Importing it to target environment, make sure u do following setup for "Bing api custom connector dependency".


3.In target Environment:

3.1 Click on "Data" ->"custom Connectors"



3.2 Click "create from blank" 

4.On Azure portal : perform following setup

4.1 Create Cognitive Service for Bing. 


4.2 Go to "Keys and Endpoints", Copy key which will be used at later step on Power app for Custom connector setup



5. on power app for custom connector-
5.1 Provide Hostname: "bingnm.cognitiveservices.azure.com"
 & Base URL: "/bing/v7.0"



5.2 Now test the Custom Connector with input keys from azure above azure setup,

5.3 Following above step, power app can be imported with this connection which will look like following:


6. You can import power app in destination environment now where bing search dependency was not imported from source.

No comments:

Post a Comment