Designing and Implementing Enterprise-Scale Analytics Using Microsoft Azure and Power BI — Question 60
You have a Power BI workspace that contains one dataset and four reports that connect to the dataset.
The dataset uses import storage mode and contains the following data source:
A CSV file in an Azure Storage account.
An Azure Database for PostgreSQL database.
You plan to use deployment pipelines to promote the content from development to test to production. There will be different data source locations for each stage.
What should you include in the deployment pipeline to ensure that the appropriate data source locations are used during each stage?
Answer options
- A. auto-binding across pipelines
- B. data source rules
- C. selective deployment
- D. parameter rules
Correct answer: D
Explanation
The correct answer is D, as parameter rules allow you to define different data source locations for each stage of the deployment pipeline. Options A and C do not specifically address the need for managing data source locations, while option B is too broad and does not provide the necessary granularity for the deployment process.