Skip to content
/

When recently creating a Linux Docker image using Docker for Windows, I ran into a couple of vague errors. Searching online for the error messages, there weren’t any solutions. But luckily some suggestions put me on the right track.
In this post I write about the solutions I found.

When recently creating a Linux Docker image using Docker Desktop for Windows, I ran into a couple of vague errors. Searching online for the error messages, there weren’t any solutions. But luckily some suggestions put me on the right track.
In this post I describe the solutions I found. Hopefully preventing you wasting time on the same issues.

read more...
/

Today I presented a session, in Dutch, titled Gebruik Azure Key Vault in je applicaties en zorg dat niemand achter je geheimen komt during the TechDays 2017 event. The presentation is about using Azure Key Vault to improve security of your solutions.
I’m sharing my slides and code, so you can start improving the security of your solutions and deployments using Azure Key Vault, the Azure Key Vault Configuration Provider and Azure Key Vault Storage Account Keys.

Today I presented a session, in Dutch, titled Gebruik Azure Key Vault in je applicaties en zorg dat niemand achter je geheimen komt during the TechDays 2017 event.

The session was about using Azure Key Vault to improve security of your solutions.

read more...
Filed under Azure
Last update:
/

This will be my second post about Bing for business: “the new intelligent search experience for Office 365 and Microsoft 365, which uses AI and the Microsoft Graph to deliver more relevant search results based on your organizational context”.
In this post, we will be focusing on “People Search”.

This will be my second post about Bing for business, the new intelligent search experience for Office 365 and Microsoft 365, which uses AI and the Microsoft Graph to deliver more relevant search results based on your organizational context.

We covered branding in the first article. In this article, I will be focusing on People Search.

read more...
Filed under Office
Last update:
/

At the Ignite conference keynote Microsoft announced Bing for business. Winvision is one of the partners participating in the current preview.
With the public announcement of Bing for business, I’m now allowed to show you what the service is offering our company.
In the coming days I will be posting about several parts of Bing for business, starting with “branding”.

At the Ignite conference keynote Microsoft announced Bing for business:

A new intelligent search experience for Office 365 and Microsoft 365, which uses AI and the Microsoft Graph to deliver more relevant search results based on your organizational context.

As you might have heard at the end of the demo by Li-Chen Miller, Winvision was mentioned as one of the partners participating in the current preview.

With the public announcement of Bing for business, I am now allowed to show you what the service is currently offering.

In the coming days I will be posting more about Bing for business, starting today with branding.

read more...
Filed under Office
Last update:
/

The other day I wanted to configure Application Logging on Blob Storage for a Web App Service and found out this needs a SAS URL. And this is something an ARM template can’t provide for you.
In this post, I will walk you through the necessary PowerShell code to run.

These days it’s normal to deploy and configure all aspects of your Azure Resources using the Azure Resource Manager and the accompanying ARM Templates. But sometimes you walk into a missing feature that’s is not (yet) available in the ARM system.

The other day I wanted to configure Application Logging on Blob Storage for a Web App Service and found out this needs a SAS URL. And this is something an ARM template cannot provide for you.

read more...