{"id":25195710,"url":"https://github.com/microsoftcloudessentials-learninghub/ms-fabric-essentials-workshop","last_synced_at":"2025-04-04T15:30:13.331Z","repository":{"id":274681705,"uuid":"923262895","full_name":"MicrosoftCloudEssentials-LearningHub/MS-Fabric-Essentials-Workshop","owner":"MicrosoftCloudEssentials-LearningHub","description":"Fabric Basic Workshop, these guides will elaborate on the standard architecture or features commonly used across industries.","archived":false,"fork":false,"pushed_at":"2025-03-13T16:09:06.000Z","size":510,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-03-13T16:36:40.824Z","etag":null,"topics":["ai-llms","ai-skills","azure-data-lake","azure-sql-server","ci-cd","cicd","continous-deployment","continous-integration","github-integration","medallion-architecture","microsoft-fabric","terraform"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MicrosoftCloudEssentials-LearningHub.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-27T23:01:03.000Z","updated_at":"2025-03-13T16:09:07.000Z","dependencies_parsed_at":"2025-02-21T14:20:32.156Z","dependency_job_id":"9928148c-0dce-46b9-8fbc-4548108c7269","html_url":"https://github.com/MicrosoftCloudEssentials-LearningHub/MS-Fabric-Essentials-Workshop","commit_stats":null,"previous_names":["microsoftcloudessentials-learninghub/ms-fabric-essentials-workshop"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MicrosoftCloudEssentials-LearningHub%2FMS-Fabric-Essentials-Workshop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MicrosoftCloudEssentials-LearningHub%2FMS-Fabric-Essentials-Workshop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MicrosoftCloudEssentials-LearningHub%2FMS-Fabric-Essentials-Workshop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MicrosoftCloudEssentials-LearningHub%2FMS-Fabric-Essentials-Workshop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MicrosoftCloudEssentials-LearningHub","download_url":"https://codeload.github.com/MicrosoftCloudEssentials-LearningHub/MS-Fabric-Essentials-Workshop/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247202390,"owners_count":20900771,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai-llms","ai-skills","azure-data-lake","azure-sql-server","ci-cd","cicd","continous-deployment","continous-integration","github-integration","medallion-architecture","microsoft-fabric","terraform"],"created_at":"2025-02-10T01:28:15.661Z","updated_at":"2025-04-04T15:30:13.317Z","avatar_url":"https://github.com/MicrosoftCloudEssentials-LearningHub.png","language":"Jupyter Notebook","readme":"# Microsoft Fabric: Essentials Workshop\n\nCosta Rica\n\n[![GitHub](https://img.shields.io/badge/--181717?logo=github\u0026logoColor=ffffff)](https://github.com/)\n[brown9804](https://github.com/brown9804)\n\nLast updated: 2025-02-21\n\n------------------------------------------\n\n\u003e [!IMPORTANT]\n\u003e For more detailed and official training, please visit the [Microsoft official training site](https://learn.microsoft.com/en-us/training/)\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cb\u003eTable of Content \u003c/b\u003e (Click to expand)\u003c/summary\u003e\n  \n- [Prerequisites](#prerequisites)\n- [Where to start?](#where-to-start)\n- [Content](#content)\n\n\u003c/details\u003e\n\n\nFor this workshop, you can set up your infrastructure using either of the following approaches:\n\n1. [Infrastructure via Azure Portal](./AzurePortal/): This approach involves creating the infrastructure and performing `all necessary steps through the Azure Portal` and its resources interface. \n2. [Infrastructure via Terraform](./Terraform/): This approach focuses on `setting up the required infrastructure via Terraform`. It allows for source control of not only the solution code, connections, and setups `but also the infrastructure itself`.\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/user-attachments/assets/16640052-7f57-443a-9efd-30855de5e231\" alt=\"Centered Image\" style=\"border: 2px solid #4CAF50; border-radius: 5px; padding: 5px;\"/\u003e\n\u003c/div\u003e\n\n## Prerequisites\n\n- An `Azure subscription is required`. All other resources, including instructions for creating a Resource Group, are provided in this workshop.\n-` Contributor role assigned or any custom role that allows`: access to manage all resources, and the ability to deploy resources within subscription.\n- If you choose to use the Terraform approach, please ensure that:\n  -  [Terraform is installed on your local machine](https://developer.hashicorp.com/terraform/tutorials/azure-get-started/install-cli#install-terraform).\n  -  [Install the Azure CLI](https://learn.microsoft.com/en-us/cli/azure/install-azure-cli) to work with both Terraform and Azure commands.\n\n\n## Where to start? \n\nThis is an introductory workshop on Microsoft Fabric. Please follow as described below.\n\n- If you're choosing the [Infrastructure via Azure Portal](./AzurePortal/):\n    1. Go through [each section](#content) `from the start`.\n- If you're choosing the [Infrastructure via Terraform](./Terraform/) approach:\n    1. Please follow the [Terraform guide](https://github.com/MicrosoftCloudEssentials-LearningHub/MS-Fabric-Essentials-Workshop/blob/main/Terraform/README.md) to deploy the necessary Azure resources for the workshop.\n    2. Then, follow each [each section](#content) but `skip the creation of each resource`.\n       \n## Content \n\n- [Fabric Overview](./0_Overview.md): Understand the core components and capabilities of Microsoft Fabric.\n- [Medallion Architecture](./AzurePortal/1_MedallionArch/): Explore the structured approach to data management.\n\n    \u003cdiv align=\"center\"\u003e\n      \u003cimg src=\"https://github.com/user-attachments/assets/2c5141ea-4f3a-4054-b8bd-313efde24ff0\" alt=\"Centered Image\" style=\"border: 2px solid #4CAF50; border-radius: 2px; padding: 2px; width: 900px; height: auto;\"/\u003e\n    \u003c/div\u003e\n\n\n- [AI + LLMs](./AzurePortal/2_AI_LLMs/): Discover how artificial intelligence and large language models integrate with Fabric.\n- [AI Skills](./AzurePortal/3_AISkills.md): Get insights on using AI skills within the platform.\n- `CI/CD`: Learn about continuous integration and continuous deployment, including [deployment pipelines](./AzurePortal/4_CICD/0_deployment-pipelines/) and [GitHub integration](./AzurePortal/4_CICD/1_github-integration.md).\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/user-attachments/assets/db98dd56-651e-4aa3-ba94-d1899102de4b\" alt=\"Centered Image\" style=\"border: 2px solid #4CAF50; border-radius: 5px; padding: 5px;\"/\u003e\n\u003c/div\u003e\n\n\n\u003cdiv align=\"center\"\u003e\n  \u003ch3 style=\"color: #4CAF50;\"\u003eTotal Visitors\u003c/h3\u003e\n  \u003cimg src=\"https://profile-counter.glitch.me/brown9804/count.svg\" alt=\"Visitor Count\" style=\"border: 2px solid #4CAF50; border-radius: 5px; padding: 5px;\"/\u003e\n\u003c/div\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicrosoftcloudessentials-learninghub%2Fms-fabric-essentials-workshop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmicrosoftcloudessentials-learninghub%2Fms-fabric-essentials-workshop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicrosoftcloudessentials-learninghub%2Fms-fabric-essentials-workshop/lists"}