Microsoft Azure Blog
Blog on Windows Azure, Microsoft's Cloud Computing Platform, as well as other technical IT matters.
-
Orchard Gallery: Update Gallery URL
Remove old link:
http://packages.orchardproject.net/FeedService.svc
Add new link:
https://gallery.orchardproject.net/api/FeedService more
-
PHP on IIS
https://php.iis.net/ more
-
How Do You Export A Database In Azure Data Studio
https://www.scarydba.com/2019/02/25/export-a-database-in-azure-data-studio/ more
-
Office 365: Tenancy Restrictions and Email Forwarding Prevention
First, to get a list of all of the users who have forwarding addresses and shut them down, run this command:
Get-Mailbox -resultsize unlimited | Where {$_.ForwardingSMTPAddress -ne $null} | select … more
-
Office 365: Turning Integrated Apps on or off
https://docs.microsoft.com/en-us/office365/admin/misc/integrated-apps?view=o365-worldwide more
-
Compare Azure SQL Database vs. Azure SQL Data Warehouse
https://stackify.com/azure-sql-database-vs-warehouse/
https://www.jamesserra.com/archive/2016/08/azure-sql-database-vs-sql-data-warehouse/
http://microsoft-bitools.blogspot.com/2017/07/azure-sql- … more
-
Linked Server to SQL Azure
https://www.sqlshack.com/create-linked-server-azure-sql-database/
https://stackoverflow.com/questions/28590832/i-need-to-add-a-linked-server-to-a-ms-azure-sql-server
https://stackoverflow.com/ … more
-
Azure Databricks SQL Language Reference
https://docs.databricks.com/spark/latest/spark-sql/language-manual/select.html
-
Testing Credit Card Numbers with Luhn Algorithm in SQL
https://www.red-gate.com/hub/product-learning/data-masker/spoofing-realistic-credit-card-data-test-systems-using-data-masker
https://www.red-gate.com/simple-talk/blogs/the-luhn-algorithm-in-sql/
-
Power Query M versus DAX
https://technologyblog.rsmus.com/microsoft-dynamics/dynamics-365-for-finance-and-operations/difference-m-dax-in-power-bi/ more
-
Access OLEDB 32 and 64 bit errors
https://datasavvy.me/2017/07/20/installing-the-microsoft-ace-oledb-12-0-provider-for-both-64-bit-and-32-bit-processing/
-
Sharing in Power BI
https://docs.microsoft.com/en-us/power-bi/service-how-to-collaborate-distribute-dashboards-reports
https://www.tutorialspoint.com/power_bi/power_bi_sharing_dashboards.htm
-
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