Block a Connector in a Specific Power Platform Environment Using DLP Policy
Your organization has multiple Power Platform environments. You need to ensure that a specific connector (e.g., SQL Server) is blocked in the production environment but allowed in the development environment. What should you configure?
Quick Answer
The requirement to block a connector in one environment while leaving it available in another is a textbook case for environment-scoped DLP policies rather than any global setting, because DLP policies in Power Platform can be assigned to specific environments rather than applied uniformly across the whole tenant. By classifying the SQL Server connector as Blocked within a policy and assigning that policy only to the production environment, the connector becomes unusable there while the development environment, which has no such policy applied to it, continues to have normal access. This works because DLP classifications such as Blocked, Business Data Only, and No Business Data Allowed are policy-level settings, and a policy's effect is entirely determined by which environments it's assigned to, meaning the same connector can be treated completely differently in two environments simply based on which policies target each one. This is different from restricting a connector everywhere or relying on security roles, which govern user permissions rather than which connectors are usable at all. The pattern to recognize on future questions is that whenever a scenario needs a connector to behave differently across environments rather than tenant-wide, the answer almost always involves creating or scoping a DLP policy to the specific environment or environments where the restriction should apply.
⚠ Common exam trap
Test-takers frequently confuse environment security roles (which manage user permissions) with DLP policies (which manage connector availability), leading them to incorrectly select Option C.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Create a data loss prevention (DLP) policy and assign it to the production environment.
Data loss prevention (DLP) policies in Power Platform allow administrators to classify connectors as Blocked, Business Data Only, or No Business Data Allowed. By creating a DLP policy and assigning it to the production environment, you can specifically block the SQL Server connector in that environment while leaving it available in the development environment, which is not assigned the same policy.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Set the connector's API rate limits to zero in the production environment.
Why it's wrong here
API rate limits cannot be set to zero to block the connector.
- ✗
Modify the connector's sharing settings in the environment.
Why it's wrong here
Sharing settings control who can share the connector, not block it.
- ✗
Configure environment-level security roles to restrict connector usage.
Why it's wrong here
Security roles do not control connector availability.
- ✓
Create a data loss prevention (DLP) policy and assign it to the production environment.
Why this is correct
DLP policies can block specific connectors in specific environments.
Go deeper
Related to this question
About these practice questions
Courseiva writes every PL-900 question from scratch — 904 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →
Same concept, more angles
1 more way this is tested on PL-900
These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.
Variation 1. A large enterprise uses Power Platform with multiple environments. They need to enforce a policy that blocks all Canvas apps from using the 'Twitter' connector, but only in the 'Production' environment. What should the administrator do?
hard- A.Create a DLP policy at the tenant level and set the 'Twitter' connector to 'Blocked'
- B.Disable the 'Twitter' connector in the Power Platform admin center for the Production environment
- ✓ C.Create an environment-level DLP policy for the Production environment and set 'Twitter' to 'Blocked'
- D.Use the 'Set Connector' API to disable the connector for the Production environment
Why C: Environment-level DLP policies allow administrators to apply connector restrictions to specific environments, such as blocking the 'Twitter' connector only in 'Production' while leaving it available in other environments. This granular control is essential for enforcing governance without affecting development or testing environments.
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This PL-900 practice question is part of Courseiva's free Microsoft certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the PL-900 exam.