Azure and Microsoft 365 Admin Centers

Microsoft 365 admin center
https://admin.microsoft.com or https://portal.office.com/adminportal/home or https://aka.ms/admincenter

Microsoft Purview compliance portal (FKA compliance center)
https://compliance.microsoft.com (this is the one portal that needs a search link the most, so doesn't have one)

Microsoft Purview preview portal
https://purview.microsoft.com

Microsoft Purview governance portal
https://web.purview.azure.com

Microsoft Entra admin center
https://entra.microsoft.com
(the old Azure AD Admin Portal, https://aad.portal.azure.com, redirects to here)

Microsoft 365 Defender (FKA security center)
https://defender.microsoft.com or https://security.microsoft.com
(the old Security & Compliance Center, https://securitycenter.windows.com/, redirects to here)

Office 365 Security & Compliance 
https://protection.office.com
(now superseded)

Microsoft Defender for Cloud Apps (FKA Microsoft Cloud App Security) admin center
https://portal.cloudappsecurity.com/
(planned to be superseded by the Defender admin center)

Intune Admin Center (FKA Microsoft Endpoint Manager admin center FKA Intune)
https://intune.microsoft.com or https://endpoint.microsoft.com or https://aka.ms/in

Exchange admin center
https://admin.exchange.microsoft.com

Classic Exchange admin center
https://outlook.office365.com/ecp

SharePoint admin center
https://admin.microsoft.com/sharepoint or https://<TenantName>-admin.sharepoint.com

Teams admin center
https://admin.teams.microsoft.com

Azure Cloud Shell
https://shell.azure.com


See https://msportals.io

Big Data Architecture with Azure


Diagrams






Book Recommendations

Mastering Azure Analytics, by Zoiner Tejada.

Beginning Apache Spark Using Azure Databricks: Unleashing Large Cluster Analytics in the Cloud, by Robert Ilijason. I haven't read this but have had it recommended to me.

Understanding Azure Data Factory: Operationalizing Big Data and Advanced Analytics Solutions, by Sudhir Rawat and Abhishek Narain. I haven't read this but have had it recommended to me.


Architecture

There are a number of different high-level architecture diagrams available for big data processing, with various names for the phases.

The most common version has nine phases: Data Sources, Data Storage, Real-Time Message Ingestion, Batch Processing, Stream Processing, Machine Learning, Analytics & Reporting, Orchestration.

https://docs.microsoft.com/en-us/azure/architecture/data-guide/big-data/






Some Microsoft docs simplify it into four phases: Load & Ingest, Store, Process, Serve. Annoyingly, they often name them differently. For example, course DP-201 and its exam use the terms Ingestion, Data Storage, Analysis, and Virtualization. Except where they use Ingest, Process, Store, and Analyse/Report. Courses DP-200 and DP-203 (and their associated exams) use Ingest, Store, Prep & Train, and Model & Serve. Sheesh.

https://docs.microsoft.com/en-us/azure/architecture/data-guide/big-data/

https://docs.microsoft.com/en-us/azure/architecture/example-scenario/dataplate2e/data-platform-end-to-end


Choice of Batch Processing services

Azure Databricks, Azure Synapse Analytics and Azure HDInsight have a lot of overlap between their use cases (the Batch Processing section of the big picture). I guess Fabric is also going to be a choice, when Microsoft release it in a working state. :-)

https://adatis.co.uk/databricks-vs-synapse-spark-pools-what-when-and-where/

https://docs.microsoft.com/en-us/answers/questions/587071/differnce-between-synapse-and-databricks.html

https://www.clearpeaks.com/cloud-analytics-on-azure-databricks-vs-hdinsight-vs-data-lake-analytics/

https://stackoverflow.com/questions/50679909/azure-data-lake-vs-azure-hdinsight

https://visualbi.com/blogs/microsoft/azure/etl-azure-databricks-vs-data-lake-analytics/

We could also mention Azure Batch, though it is more an HPC service than a BI service.
https://azure.microsoft.com/en-us/services/batch/

Note that Azure Data Lake Analytics hasn't seen any updates for a couple of years (and its query language, U-SQL, doesn't support Data Lake Storage Gen2). It seems to have been abandoned.