Microsoft Azure Blog
Blog on Windows Azure, Microsoft's Cloud Computing Platform, as well as other technical IT matters.
-
Power BI On-Premises Gateway
https://docs.microsoft.com/en-us/power-bi/service-gateway-onprem more
-
Power BI Exam 70-778 Preparation
https://community.powerbi.com/t5/Desktop/Power-BI-Exam-70-778/td-p/392118 more
-
RSS Feeds in Orchard CMS
https://weblogs.asp.net/bleroy/easy-custom-rss-in-orchard
http://gallery.orchardproject.net/Packages/Orchard.Module.PlanetTelex.RssViewer
http://docs.orchardproject.net/en/latest/Documentation/Rss- … more
-
Power BI Themes
https://community.powerbi.com/t5/Themes-Gallery/bd-p/ThemesGallery
https://community.powerbi.com/t5/Developer/How-to-integrate-easily-a-report-dashboard-into-my-own-web-site/td-p/86141
https:// … more
-
SQL Server Transaction Log Backups
https://www.mssqltips.com/sqlservertutorial/8/sql-server-transaction-log-backups/
-
Setting Up Outlook.com with Custom Domain
https://www.howto-outlook.com/howto/outlookcompersonaladdress.htm more
-
How to find the Global Admin for your Azure AD tenant
https://blogs.msdn.microsoft.com/friis/2018/04/20/how-to-find-the-global-admin-for-your-azure-ad-tenant/
-
Alllow Execution of Powershell Scripts
Start Windows PowerShell with the "Run as Administrator" option. Only members of the Administrators group on the computer can change the execution policy.
Enable running unsigned scripts by … more
-
Softether Alternatives to VPN and Virtual Ethernet and Virtual LAN
http://www.radmin-vpn.com and http://www.radmin.com
https://www.zerotier.com/
https://dynvpn.com/download/
https://github.com/virtualsquare/vde-2 more
-
Create an Azure VPN Gateway With Certificates With Powershell
https://docs.microsoft.com/en-us/learn/modules/configure-network-for-azure-virtual-machines/5-exercise-create-azure-vpn-gateway
-
Delete Microsoft Azure AD Tennant Directory
https://docs.microsoft.com/en-us/azure/active-directory/users-groups-roles/directory-delete-howto
https://social.msdn.microsoft.com/Forums/en-US/30f0a447-76cd-4c60-b2fc-499700dd7612/unlink-unused- … more
-
How to identify the SQL Server Service Account in T-SQL
https://sqlity.net/en/1868/identify-sql-server-service-account-in-t-sql/
-
SQL Server Drop Temporary Table Syntax Enhancement in SQL Server 2016
SQL Server 2016 and onwards:
DROP TABLE IF EXISTS #MyTable
Prior to SQL Server 2016:
IF OBJECT_ID('tempdb.dbo.#MyTable', 'U') IS NOT NULL DROP TABLE #MyTable; more
-
SQL Server Recursive CTE
https://www.red-gate.com/simple-talk/sql/t-sql-programming/sql-server-cte-basics/
https://blog.sqlauthority.com/2008/07/28/sql-server-simple-example-of-recursive-cte/
-
SQL Server: Collate DATABASE_DEFAULT to Resolve "Cannot resolve the collation conflict between ..."
SELECT * FROM MyTable1 t1, MyTable2 t2
inner join t1.field1 on t2.field1 COLLATE DATABASE_DEFAULT
-
Powershell Splatting
https://dbatools.io/splat/ more
-
Setting Up an HTTP/HTTPS Redirect in IIS
https://www.namecheap.com/support/knowledgebase/article.aspx/9953/38/iis-redirect-http-to-https more
-
RDP over SSH using port 443
http://www.shudnow.net/2008/11/15/rdp-over-ssh-using-port-443/
-
LetsEncrypt Free SSL on IIS and Windows Servers
https://letsencrypt.org/docs/client-options/
https://www.netometer.com/blog/?p=1758
https://certifytheweb.com/
https://github.com/aloopkin/WinCertes
https://community.letsencrypt.org/t/running- … more
-
Reverse DNS for Azure Cloud Services
https://azure.microsoft.com/en-us/blog/announcing-reverse-dns-for-azure-cloud-services/ more