Microsoft Azure Blog
Blog on Windows Azure, Microsoft's Cloud Computing Platform, as well as other technical IT matters.
-
DBATools PowerShell Module for SQL Server
https://www.sqlshack.com/dbatools-powershell-module-for-sql-server/ more
-
TSQLT, The Open Source Database Unit Testing Framework For Sql Server
https://tsqlt.org/ more
-
OneDriveMapper automatically map your OneDrive for Business upon login
On Windows 7:
1) ensure https://*.sharepoint.com is in your IE list of trusted sites or intranet sites, and security is set to low.
2) map to drive letter in Windows Explorer, using the following … more
-
Azure Best Practice - Securing Your File Shares with Service Endpoints
https://www.linkedin.com/pulse/azure-best-practice-securing-your-file-shares-brian-schoepfle/ more
-
Azure AD service limits and restrictions
https://docs.microsoft.com/bs-latn-ba/azure/active-directory/users-groups-roles/directory-service-limits-restrictions more
-
Errors When Attempting to Delete Azure AD Tennant
When trying to delete an Azure AD Directory and getting an error to delete applications, try:
1) in properties, give your account access to manage resources. (Azure AD -> Properties -> Access … more
-
Create a New Azure Active Directory Tennant
1) go to portal.azure.com2) select Azure Active Directory3) select Overview4) select Create a Directory more
-
Overview of Microsoft Graph
https://docs.microsoft.com/en-us/graph/overview
-
Office 365 Sign-in activity report error codes
https://docs.microsoft.com/en-us/azure/active-directory/reports-monitoring/reference-sign-ins-error-codes more
-
Can't connect to Azure File Storage using “net use” command - System error 5
You cannot mount an Azure file share from an external Windows 7 computer, because Windows 7 does not support SMB 3.0 file sharing protocol.
This newly posted grid from microsoft might help others. … more
-
Azure File Shares
https://docs.microsoft.com/en-us/azure/storage/files/storage-files-quick-create-use-windows
https://docs.microsoft.com/en-us/azure/storage/files/storage-how-to-use-files-windows
-
Microsoft Partner Changes: Moving from PMC to Partner Center
https://docs.microsoft.com/en-au/partner-center/move-pmc-pc-map more
-
How to configure IIS for relay with Office 365
https://docs.microsoft.com/en-us/exchange/mail-flow-best-practices/how-to-configure-iis-for-relay-with-office-365 more
-
Create Your Own Email Forwarding Server
http://www.techknowjoe.com/article/create-your-own-email-forwarding-server more
-
How to Set Up Your Own Email Server on Windows
https://www.maketecheasier.com/set-up-own-email-server-windows/ more
-
SQL Server Get Row Count of All Tables
Get all the tables with a count of their records with the following query:
CREATE TABLE #Temp
(
TableName VARCHAR(MAX),
Rows INT
);
EXEC sp_MSForEachTable @command1 = 'INSERT INTO # … more
-
Stopping an Azure Firewall
https://feedback.azure.com/forums/217313-networking/suggestions/34835068-support-for-stopping-an-azure-firewall more
-
Connect Azure to your local network
https://blogs.solidq.com/en/updates/connect-azure-to-your-local-network/ more
-
SQL Mistakes
https://www.sqlservercentral.com/articles/some-of-my-greatest-mistakes more
-
Configure public endpoint in Azure SQL Database managed instance
https://docs.microsoft.com/en-us/azure/sql-database/sql-database-managed-instance-public-endpoint-configure more