├── LICENSE ├── README.md ├── SECURITY.md └── assets ├── AI Tour Banner.png ├── Copilot Stack.png ├── README.md └── email-banners_MSAITour24_v5.png /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) Microsoft Corporation. 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 |

2 | decorative banner 3 |

4 | 5 | # Microsoft AI Tour 6 | 7 | The Microsoft AI Tour kicks off on September 24, 2024, in Mexico City and spans over 60 cities around the world, from Sao Paulo to Johannesburg, Mumbai to Sydney, Seoul to Berlin, and many more. 8 | 9 | This free, one-day and in-person experience offers AI thought leadership, sessions to help build AI skills, hands-on workshops, and connection opportunities designed to inspire attendees, while providing practical approaches for using the power of AI. We’ll also showcase local customer and partner stories at each stop. 10 | 11 | Ready to join this innovation revolution? Visit the [Microsoft AI Tour website](https://aitour.microsoft.com/) and request to attend the Tour when it comes to your city. 12 | 13 | ## Microsoft AI Discord Community 14 | Join our Microsoft AI Discord community to continue the discussion and learning 15 | 16 | [![Azure AI Community Discord](https://dcbadge.vercel.app/api/server/ByRwuEEgH4)](https://discord.com/invite/ByRwuEEgH4?WT.mc_id=aiml-00001-leestott) 17 | 18 | ## Breakout Sessions and Workshops 19 | 20 | Whether you’re a senior business leader or a technical practitioner, you’ll find valuable insights and actionable solutions. 21 | 22 | For senior business leaders, we offer expert-led presentations into how to best leverage AI to solve complex problems and create lasting value. Plus, dive deep into how AI fits into the Microsoft roadmap, which will help attendees align their AI strategies with the latest technologies and best practices. 23 | 24 | For technical practitioners, we offer immersive workshops on the latest AI technologies, hands-on experience with Microsoft and partner experts, and a vibrant community ready to exchange ideas. We’ll also provide insight into the future of AI, helping attendees stay updated on the rapidly evolving tech landscape. 25 | 26 | Each individual session and workshop below is hyperlinked to it's own GitHub repository where you can find more information. 27 | 28 |
29 | 30 | | Content Type | Abbreviaton | 31 | |----------|:-------------:| 32 | | Decision Maker Breakout Sessions | DM | 33 | | Technical Breakout Sessions | TECH | 34 | | Workshops | WKSH | 35 | 36 |
37 | 38 | ### Microsoft Copilot 39 | 40 | - #### [(DM) BRK310: AI at Work: Unlock value and opportunity with Microsoft Copilot](https://github.com/microsoft/aitour-unlock-value-with-copilot) 41 | - #### [(TECH) BRK410: Copilot Implementation Essentials](https://github.com/microsoft/aitour-copilot-implementation-essentials) 42 | - #### [(WKSH) WRK510: Data, security and compliance practices for Copilot](https://github.com/microsoft/aitour-copilot-security-practices) 43 | 44 | ### AI Safety and Security 45 | 46 | - #### [(DM) BRK320: Secure your future in the age of AI](https://github.com/microsoft/aitour-secure-future-in-ai-age) 47 | - #### [(TECH) BRK420: Securing AI applications on Azure](https://github.com/microsoft/aitour-securing-ai-apps-on-azure) 48 | - #### [(TECH) BRK421: Data security for AI](https://github.com/microsoft/aitour-data-security-for-ai) 49 | - #### [(TECH) BRK422: GitHub Advanced Security: Securing your Workflow](https://github.com/microsoft/aitour-github-advanced-security-workflow) 50 | - #### [(TECH) BRK423: Forging modern security with Copilot for Security​​](https://github.com/microsoft/aitour-cybersecurity-posture-with-copilot) 51 | 52 | ### Copilot Extensibility 53 | 54 | - #### [(DM) BRK330: Innovate with AI and Low Code: Power Platform](https://github.com/microsoft/aitour-ai-and-low-code-innovation) 55 | - #### [(DM) BRK331: Applying the functional blueprint to transform your business](https://github.com/microsoft/aitour-blueprint-to-transform-business) 56 | - #### [(TECH) BRK430: Build and customize copilots with Copilot Studio](https://github.com/microsoft/aitour-copilot-studio-agents-and-experiences) 57 | - #### [(TECH) BRK431: Essential prompting for GitHub Copilot in VS Code](https://github.com/microsoft/aitour-github-copilot-can-do-that) 58 | - #### [(TECH) BRK432: Advanced Coding: Visual Studio & GitHub Copilot](https://github.com/microsoft/aitour-coding-mastery-with-github-copilot) 59 | - #### [(TECH) BRK433: Developers guide to customizing Microsoft Copilot](https://github.com/microsoft/aitour-customizing-microsoft-copilot) 60 | - #### [(WKSH) WRK530: Build and extend agents with Microsoft Copilot Studio](https://github.com/microsoft/aitour-building-copilots-with-copilot-studio) 61 | 62 | ### Introduction: AI Orchestration, Tooling, and Foundation 63 | 64 | - #### [(TECH) BRK440: Getting started with Generative AI in Azure](https://github.com/microsoft/aitour-generative-ai-in-azure) 65 | - #### [(TECH) BRK441: Build AI Solutions with Azure AI Foundry](https://github.com/microsoft/aitour-concept-to-creation-ai-studio) 66 | - #### [(TECH) BRK443: Build your code-first app with Azure AI Agent Service](https://github.com/microsoft/aitour-azure-openai-assistants) 67 | - #### [(TECH) BRK444: Getting started with AI Agents in Azure](https://github.com/microsoft/aitour-getting-started-with-ai-agents) 68 | - #### [(WKSH) WRK540: Interacting with models and agents in Azure AI Foundry](https://github.com/microsoft/aitour-interact-with-llms) 69 | 70 | ### Advanced: Taking AI Orchestration, Tooling, and Foundations to Production 71 | 72 | - #### [(DM) BRK350: Delivering AI with impact through intelligent apps](https://github.com/microsoft/aitour-buisness-impact-of-intelligent-apps) 73 | - #### [(DM) BRK351: Azure Open AI Service: Customizing trustworthy Gen AI systems at scale](https://github.com/microsoft/aitour-customizing-trustworthy-gen-ai-systems-with-azure-open-ai) 74 | - #### [(TECH) BRK450: Prompty, AI Foundry and practical E2E development](https://github.com/microsoft/aitour-e2e-dev-with-prompty-and-ai-studio) 75 | - #### [(TECH) BRK451: Code-first GenAIOps from prototype to production](https://github.com/microsoft/aitour-llmops-with-gen-ai-tools) 76 | - #### [(TECH) BRK452: Trustworthy AI: Advanced AI risk evaluation and mitigation](https://github.com/microsoft/aitour-operate-ai-responsibly-with-ai-studio) 77 | - #### [(TECH) BRK453: Explore cutting-edge models: LLMs, SLMs and more](https://github.com/microsoft/aitour-exploring-cutting-edge-models) 78 | - #### [(WKSH) WRK550: Build a copilot code-first with Azure AI Foundry](https://github.com/microsoft/aitour-build-a-copilot-on-azure-ai) 79 | - #### [(WKSH) WRK552: Build Your First Agent with Azure AI Agent Service](https://github.com/microsoft/aitour-build-your-first-agent-with-azure-ai-agent-service) 80 | 81 | ### Your Data 82 | 83 | - #### [(DM) BRK360: Activate your data and analytics for AI innovation](https://github.com/microsoft/aitour-data-analytics-for-ai-innovation) 84 | - #### [(TECH) BRK460: Microsoft Fabric: What's new and what's next](https://github.com/microsoft/aitour-whats-new-with-fabric) 85 | - #### [(TECH) BRK461: Next gen AI apps with databases at scale anywhere](https://github.com/microsoft/aitour-ai-apps-with-scalable-database) 86 | - #### [(TECH) BRK462: Microsoft Fabric: Reimagine Real-Time Intelligence](https://github.com/microsoft/aitour-reimagine-fabric-intelligence) 87 | - #### [(TECH) BRK463: Production-ready RAG with Azure AI Search](https://github.com/microsoft/aitour-rag-with-ai-search) 88 | - #### [(WKSH) WRK560: Microsoft Fabric: Start with Real-Time Intelligence](https://github.com/microsoft/aitour-get-started-with-fabric) 89 | 90 | ### AI Infrastructure 91 | 92 | - #### [(DM) BRK370: Cloud infrastructure for AI transformation](https://github.com/microsoft/aitour-ai-readiness-with-azure) 93 | - #### [(TECH) BRK470: Leverage cloud native infra for intelligent apps](https://github.com/microsoft/aitour-cloud-native-apps-with-azure-ai-and-aks) 94 | - #### [(TECH) BRK471: Leverage AI for infrastructure management](https://github.com/microsoft/aitour-leveraging-ai-for-infrastructure-managaement) 95 | - #### [(TECH) BRK472: Preparing for your organization's AI workloads​](https://github.com/microsoft/aitour-preparing-for-ai-workloads) 96 | - #### [(TECH) BRK473: Optimizing your AI costs​](https://github.com/microsoft/aitour-opimizing-your-ai-costs) 97 | 98 | ### Theatre Sessions 99 | 100 | - #### [(TECH) DIS188: Azure AI Foundry Models as a Service 15-minute theatre talk](https://github.com/microsoft/aitour-models-as-a-service-15-minute-theatre-talk) 101 | - #### [(TECH) DIS192: Azure AI Agent Service Introduction 15-minute theatre talk](https://github.com/microsoft/aitour-ai-agents-theater-session) 102 | 103 | ### Deprecated Sessions 104 | - #### [(WKSH) WRK551: Build a multi-tasking assistant with Azure OpenAI](https://github.com/microsoft/aitour-writing-assistant-with-azure-openai) 105 | - #### [(TECH) BRK442: Infusing an eCommerce app with AI​](https://github.com/microsoft/aitour-ecommerce-app-with-ai) 106 | -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- 1 | 2 | 3 | ## Security 4 | 5 | Microsoft takes the security of our software products and services seriously, which includes all source code repositories managed through our GitHub organizations, which include [Microsoft](https://github.com/Microsoft), [Azure](https://github.com/Azure), [DotNet](https://github.com/dotnet), [AspNet](https://github.com/aspnet) and [Xamarin](https://github.com/xamarin). 6 | 7 | If you believe you have found a security vulnerability in any Microsoft-owned repository that meets [Microsoft's definition of a security vulnerability](https://aka.ms/security.md/definition), please report it to us as described below. 8 | 9 | ## Reporting Security Issues 10 | 11 | **Please do not report security vulnerabilities through public GitHub issues.** 12 | 13 | Instead, please report them to the Microsoft Security Response Center (MSRC) at [https://msrc.microsoft.com/create-report](https://aka.ms/security.md/msrc/create-report). 14 | 15 | If you prefer to submit without logging in, send email to [secure@microsoft.com](mailto:secure@microsoft.com). If possible, encrypt your message with our PGP key; please download it from the [Microsoft Security Response Center PGP Key page](https://aka.ms/security.md/msrc/pgp). 16 | 17 | You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Additional information can be found at [microsoft.com/msrc](https://www.microsoft.com/msrc). 18 | 19 | Please include the requested information listed below (as much as you can provide) to help us better understand the nature and scope of the possible issue: 20 | 21 | * Type of issue (e.g. buffer overflow, SQL injection, cross-site scripting, etc.) 22 | * Full paths of source file(s) related to the manifestation of the issue 23 | * The location of the affected source code (tag/branch/commit or direct URL) 24 | * Any special configuration required to reproduce the issue 25 | * Step-by-step instructions to reproduce the issue 26 | * Proof-of-concept or exploit code (if possible) 27 | * Impact of the issue, including how an attacker might exploit the issue 28 | 29 | This information will help us triage your report more quickly. 30 | 31 | If you are reporting for a bug bounty, more complete reports can contribute to a higher bounty award. Please visit our [Microsoft Bug Bounty Program](https://aka.ms/security.md/msrc/bounty) page for more details about our active programs. 32 | 33 | ## Preferred Languages 34 | 35 | We prefer all communications to be in English. 36 | 37 | ## Policy 38 | 39 | Microsoft follows the principle of [Coordinated Vulnerability Disclosure](https://aka.ms/security.md/cvd). 40 | 41 | 42 | -------------------------------------------------------------------------------- /assets/AI Tour Banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-repo-principal-list/f2c92e420640d0099d40edc402c75560f7e73f91/assets/AI Tour Banner.png -------------------------------------------------------------------------------- /assets/Copilot Stack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-repo-principal-list/f2c92e420640d0099d40edc402c75560f7e73f91/assets/Copilot Stack.png -------------------------------------------------------------------------------- /assets/README.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /assets/email-banners_MSAITour24_v5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/aitour-repo-principal-list/f2c92e420640d0099d40edc402c75560f7e73f91/assets/email-banners_MSAITour24_v5.png --------------------------------------------------------------------------------