PL-900 • Practice Test 10
Free PL-900 practice test — 10 questions with explanations. Set 10. No signup required.
Refer to the exhibit. You are reviewing an Azure Resource Manager template for a Power Platform connector. Which component is being configured?
{
"resource": {
"type": "Microsoft.PowerApps/apis",
"name": "shared_commondataservice",
"properties": {
"displayName": "Microsoft Dataverse",
"publisher": "Microsoft",
"connectionParameters": {
"serverUrl": {
"type": "string",
"uiDefinition": {
"displayName": "Environment URL",
"description": "Your Dataverse environment URL",
"tooltip": "Provide the URL of your Dataverse environment"
}
}
}
}
}
}