Accessing Azure Storage Account Blobs from C# Applications
In a previous post we went through accessing Azure File Shares with C#, today we will do the same with…
Restrict Access to Azure and Office 365 by Country
To limit the risk of compromising your Office 365 Tenant, you can limit access by blocked or allowed countries. Also…
Load a custom Assembly in SQL Server Integration Services (SSIS) Script Task that is not or cannot be stored in the GAC
If you need to reference a custom assembly from a SSIS Script Task, the recommended and easiest way is to…
Azurite emulator – emulating Azure Blob, Queue and Table services in your local environment
The Azurite emulator for local Azure Storage development is well documented from Microsoft. Use the Azurite emulator for local Azure…
Accessing Azure Storage Account File Shares from C# Applications
Azure Storage File Shares client library for .NET – Version 12.4.0https://docs.microsoft.com/en-us/dotnet/api/overview/azure/storage.files.shares-readme Azure File Shares offers fully managed file shares in…
Manage Azure and Microsoft 365 services with PowerShell and CLI
Most of the points in Azure and Office 365 you can administrate with their management web portals, but for some…
Migration from onPremise to Office 365 – Step by Step – Part 5 – Skype for Business onPrem to Skype for Business Online and Teams
In Part 5 we will migrate our Skype for Business onPrem user to Skype for Business Online and Teams. This…
External Identities in Azure Active Directory
In this post I want to accumulate all necessary informations I found about External Identities in Azure AD for B2B…
Migration from onPremise to Office 365 – Part 4 -Troubleshoot Exchange Hybrid
In Part 4 we will see how to troubleshoot Exchange Hybrid. This Blog Post Series consists of 6 parts. So…
Migration from onPremise to Office 365 – Step by Step – Part 3- Move Users from Exchange onPrem to Exchange Online
In Part 3 we will see how to move users from Exchange onPrem to Exchange Online. This Blog Post Series…