Exploring query types
Power BI datasets – Connecting to Data Sources
Power BI datasets Data used in Power BI reports uses a Power BI dataset. Power BI datasets are basically a connection string and credentials that Power BI uses to connect to a data source. Every report that is created in Power BI must have a dataset associated with it. This ensures the report has data […]
Power BI as a solution – Overview of Power BI and the PL-300 Exam
Power BI as a solution Power BI has two main versions: Power BI Desktop and the Power BI service. Power BI Desktop Power BI Desktop is a visual data exploration and interactive reporting tool, providing a free-form canvas for drag-and-drop exploration of your data, an extensive library of interactive visualizations, and an authoring experience for […]
Managing device settings – Microsoft AZ-104 Exam
Managing device settings Azure AD offers the ability to ensure that users are accessing Azure resources from devices that meet corporate security and compliance standards. Device management is the foundation of device-based conditional access, where you can ensure that access to the resources in your environment is only possible from managed devices. Device settings can […]
Performing bulk updates – Microsoft AZ-104 Exam
Performing bulk updates Performing bulk user updates is similar to managing single users (such as internal and guest users). The only property that can’t be set for multiple users is resetting the password. This has to be done for a single user. Azure has also improved its bulk user settings by adding a drop-down menu […]
Connecting to data sources – Connecting to Data Sources
Connecting to data sources You may want to include data from a variety of different sources, each of which has its own methods of connecting. We’ll look at a couple of types of data sources in this section. On-premises data gateway Since Power BI lives as both a desktop tool and an online SaaS that […]
Creating a custom RBAC role – Microsoft AZ-104 Exam
Creating a custom RBAC role RBAC is a general term used for restricting access to users, based on a role. It works on the Just Enough Access (JEA) concept where a specific user/group will be provided minimum access to perform their specific job on a specific resource. Custom roles can only be created and updated […]
Creating a custom role – Microsoft AZ-104 Exam
Creating a custom role Let’s go ahead and use the Azure portal to create a custom RBAC role from scratch named IT Support – Restart VMs only, which can only restart virtual machines and deny the startup and shutdown of them: 3. Select an active subscription; in my case, this will be the Demo […]
Interpreting access assignments – Microsoft AZ-104 Exam
Interpreting access assignments There are a few tips we can provide when interpreting access assignments. First off, you need to understand the scope of the assignment – that is, is it at the management group, subscription group, resource group, or resource level? Next, you can have a look at the role rules; in order to […]
Providing access to resources by assigning the custom RBAC role – Microsoft AZ-104 Exam
Providing access to resources by assigning the custom RBAC role The next step is to assign this custom role for a user on a different level. We are going to assign access on the resource group level with an account that has owner permissions on the resource group level: 3. Select one of your […]