Download and Install Accessibility Insights for Windows

To download and install Accessibility Insights for Windows, first go to https://accessibilityinsights.io/en/downloads and click Download for Windows: Open the MSI file: Click Next: Click Next: Click Next: Click Install: Click Finish: Accessibility Insights for Windows will load. You may see: You should now see: You should now be able to use Accessibility Insights for Windows:  

Using Microsoft Flow to Create Recurring Tasks in Dynamics 365

Microsoft Flow can be used to create recurring tasks in Dynamics 365. Let’s go through an example. Let’s say we want to send create a task that reminds a salesperson to call their customers every morning. Sign in to https://flow.microsoft.com. Select My Flows, then New: Pick Scheduled – From Blank: Set a date, time and frequency. The flow can run every Month, Week, Day, Hour, Minute and Second: Click Create. … Continue reading Using Microsoft Flow to Create Recurring Tasks in Dynamics 365

Finding Which Region Your Power BI Data is Stored In

To find which tenant region your Power BI data is stored in, log into the Power BI service at https://powerbi.com and click on the ? icon. Select About Power BI: You will see Your data is stored in, which shows the tenant region:  

Swagger Error Ambiguous HTTP method for action and Failed to load API definition

In this post, we will look at a Swagger error “System.NotSupportedException: Ambiguous HTTP method for action” and “Failed to load API definition”. These errors can occur when you add are using multiple methods on the same HTTP verb, such as POST. The error looks like this when you browse to Swagger: And in Visual Studio, you will see the error reported in the Output  System.NotSupportedException: Ambiguous HTTP method for action. … Continue reading Swagger Error Ambiguous HTTP method for action and Failed to load API definition

Updating Swagger in an Azure API Management Service

In this post, we will look at how to update Swagger in an Azure API Management service. Let’s continue from this previous example, where we created an Azure App Service. Our Swagger for this app service looks like this: If we go to our APIM in Azure, let’s add in this code. Click on swagger.json: We see the JSON. Get the URL: Paste it into the APIM Open Specification: We see … Continue reading Updating Swagger in an Azure API Management Service

Import Excel Data into a Model Driven PowerApp using Data Integration Project

In this post, we will import data from an Excel spreadsheet into a model-driven PowerApp, creating a Data Integration Project that uses Power Query. First, let’s look at a spreadsheet we have. It contains 2 accounts, with the account name and revenue: This spreadsheet is sitting in a SharePoint library. Let’s go to PowerApps.com and pull up our model-driven app. Select Entities: Clicking on Accounts, we can see the data … Continue reading Import Excel Data into a Model Driven PowerApp using Data Integration Project

Updating an Azure App Service through Kudu

In this post, we will update an Azure App Service using Kudu. First, go to https://portal.azure.com and select the Azure App Service to update. Then go to Advanced Tools, and Go: You may be prompted to log in. If you are, download the Publish Profile: You are now in the Kudu SCM portal. Go to Debug Console, then CMD: Backup the folder that you are deploying to, e.g. wwwroot: Click … Continue reading Updating an Azure App Service through Kudu

Assigning Power BI Service Administrator Role in Microsoft 365

The Power BI Service Administrator Role allows users to access the Admin Portal in the Power BI Service. To assign the Power BI Service Administrator role to a user, go to the Microsoft 365 Admin Center at https://admin.microsoft.com/. Select Users->Active Users: Select Manage Roles: You may need to select Additional Roles. Check Power BI Service Administrator. This is described as “Can manage all aspects of Power BI except license assignment. This … Continue reading Assigning Power BI Service Administrator Role in Microsoft 365