microsoft-azure

Moved my blog from SharePoint Online to WordPress

Arjan Cornelissen
Last weekend I moved my blog from SharePoint Online public site to WordPress. The reason for this move is that Microsoft abandoned the SharePoint Online public site. For those who have a public site can use it at least until March 9 2017 (https://support.microsoft.com/en-us/kb/3027254). So the first thing for me was where to host this? There are multiple options here: WordPress.org Self-hosting on my NAS at home Hosting in a VM on Azure Hosting on Azure website (default template) Hosting on Azure website with MySQL in a Docker Linux VM I choice to host this on Azure website with a MySQL server in a Docker Linux VM.

SharePoint monitoring with Microsoft Azure

After reading this blog of Matthias Einig about using Azure Analytics for your Office 365 portal. I tried this on an clients SharePoint 2013 farm. But I didn’t want to create an app to deploy the JavaScript so I created an Console app to deploy this to the specific site collection. I first wanted to create a PowerShell script, but that does not work with our farm because of the discovering of the ADFS settings.

Azure Resource Manager

Arjan Cornelissen
Microsoft is developing a whole new portal for Azure which has been in preview for a while now. You may have noticed that within this new portal everything is a resource. With the Azure Resource manager you can bundle different items like websites, databases and storage, or virtual networks and virtual machines. Currently there is no possibility to move already created items in Azure to a new resource to bundle them.

DIWUG Article

Arjan Cornelissen
?A new DIWUG magazine has just been published with an article I wrote, really proud to have my first article in DIWUG. Download DIWUG SharePoint eMagazine #15 (eReader Edition) Download DIWUG SharePoint eMagazine #15

Copy Azure blob

Arjan Cornelissen
Last week I had to copy a few vhd files to another blob storage. This can be done by downloading and uploading, although I have a nice internet connection this would take a few hours, so after a quick search on the internet I found a great blog from Michael Washam that had the PowerShell CmdLets to do this. http://michaelwasham.com/windows-azure-powershell-reference-guide/copying-vhds-blobs-between-storage-accounts/

Office 365 Video Portal

Arjan Cornelissen
Just saw on the settings page of the SharePoint admin portal within Office 365 that the video portal is coming to my tenant J It is enabled by default. I could not find a site or a template to create the video portal yet. To get more information what the video portal is: Update 18-11-2014: There is an official announcement that it is rolling out: http://blogs.office.com/2014/11/18/introducing-office-365-video/

Microsoft Azure Active Directory Apps

Arjan Cornelissen
A new feature in Azure Active Directory (AAD) is ‘Applications’. With this you can give users a single location to sign-in to more than 2100 cloud application. You can even add your own cloud apps. Your users can use this site to access the applications that they have access to: http://myapps.microsoft.com. There are enterprise apps but also consumer apps like Spotify. To have a single-sign on experience there is client that needs to be installed to make it work.

SharePoint Provider hosted app with Claims authentication

At one customer we have a SharePoint 2013 environment with ADFS 3.0 as the main authentication provider. I wanted to create a SharePoint Provider hosted app to do a Proof of Concept. I had configured everything to get started with apps and build a SharePoint hosted app to prove that my settings on SharePoint are correct. I did the SharePoint configuration with the help of the following 2 blogs: Mirjan van Olst and Wictor Wilén These 2 blogs provided the information and settings that we need to get SharePoint hosted apps to work.

Unexpected logout with SharePoint 2013 and ADFS

Arjan Cornelissen
The last couple of weeks I was creating and configuring 3 SharePoint 2013 farm (Test, acceptance and Production) on Windows Azure. We did the provisioning, installation and configuration with PowerShell. This way we had the basics within 1 week running. Because we are on Windows Azure and the company did not want their AD extended to the Windows Azure environment we configured SharePoint with ADFS 3.0. This way we could give the end user a single sign on experience that they are used to and make it directly possible to let them connect from outside the company network.