Forum Widgets
Latest Discussions
AI For Good Lab
As people and organizations increasingly look to digital technology to help address the complex challenges facing the world, technology leaders have never been better positioned to positively influence the lives of millions. Innovating and acting responsibly is more imperative than ever. Microsoft is committed to creating a more equitable, sustainable, resilient and secure future, and seeks to incorporate these pillars into everything it does. Microsoft’s AI for Good Lab is an applied research and data visualization lab that harnesses the power of big data, and Microsoft’s cloud technology. Our team of data scientists works across groups and with strategic partners and experts from academia, global non-profits and all levels of government to address critical global concerns. We combine AI, machine learning, applied analytics and data visualization with highly specialized data sets from our partners, such as geospatial and acoustic data, as well as data only available to Microsoft. Our focus areas include digital literacy and equity, sustainability and climate change, disaster response and resilience, natural resource conservation, health disparities, food insecurity, cybersecurity, and many others. Below is an overview of the Lab’s current and past work, our near-term direction, and how the Lab’s work maps to Microsoft’s larger initiatives and goals. To learn more about these key initiatives and the work being done with the Lab and across Microsoft visit Microsoft Corporate Social Responsibility. Find out more: AI For Good Lab - Microsoft ResearchoctalitaMay 25, 2023Microsoft1.3KViews0likes0CommentsAzure AI Bootcamp | Now On-Demand
Azure AI Bootcamp Day 1 & 3 Now On-Demand | Day 2 Coming Soon Register now: Azure Depth Portal (on24.com) View this on-demand content to learn about Azure artificial intelligence (AI) services designed for developers and data scientists to do more with less. Take advantage of responsible AI practices, decades of breakthrough research, and flexibility that Azure AI offers to build and deploy your own AI solutions. Engage with Microsoft leaders and product experts to acquire the knowledge to access and integrate high-quality vision, speech, language, and decision-making AI models through simple API (application programming interfaces) calls in your apps and services and create your own machine learning models with tools like Jupyter Notebooks, Visual Studio Code, and open-source frameworks like TensorFlow and PyTorch. Don’t miss the opportunity to learn about Azure OpenAI Service Take a deep dive into Azure Machine Learning, Azure cognitive services and applied AI services You will gain insight into: Azure Machine learning: an end-to-end platform for building, training, and deploying machine learning models. Apply principles and practices for responsible AI. Cognitive services: a comprehensive family of customizable cognitive APIs for vision, speech, language, and decision making including Azure OpenAI Service including ChatGPT, with the most comprehensive portfolio of AI capabilities. Learn how to build apps to achieve human parity in computer vision, speech, and language. GTM Guidance: learn how to modernize business processes with task-specific AI to solve common scenarios. Run responsibly anywhere with security that extends from the cloud to intelligent edge. Bootcamp prerequisites This is an intermediate to advanced level training event. Participants should be familiar with and have some work experience with Azure, ability to navigate the Azure portal and foundational knowledge of Azure services. In addition, having knowledge of the relevant role-based certification content (passing the exam-AI Fundamentals is not required) is suggested. Participants can prepare using the following options: Study the relevant role-based content available on Microsoft Learn Introduction to AI technology - Training | Microsoft Learn Get started with AI on Azure - Training | Microsoft Learn Attend a Cloud Week for Partners event and select the appropriate role-based track If your organization is part of the Microsoft Learn Enterprise Skills Initiative (ESI), attend a formal Microsoft Official Course (MOC) through the ESI Learning Portal LXP Find free self-paced learning content and technical documentation related to the workshop topics at Microsoft Learn Octalita Stankovic Partner Channel Marketing Manager Microsoft IrelandoctalitaMay 17, 2023Microsoft834Views0likes0CommentsMicrosoft Build online: May 23–24, 2023
Get ready to connect with product experts, industry disruptors, and cutting-edge partners to share ideas to build the future. Join us digitally on May 23-24, 2023. Register HERE and build your agenda with Session Scheduler.MaryMay 11, 2023Former Employee809Views0likes0Comments30-min Prep for the AZ-104 Exam: [Session 1: Q&A] Manage Identity and Governance
I'd like to thank our Partners who attended the first session of this AZ-104 exam prep series and shared their feedback and questions on the survey link shared previously. We've received few questions related to the first session that we'll be answering in this post. [1] I would like a list of PowerShell commands that are used at this level of competency. We've shared few important commands in the previous post here . Also, we'll be sharing more each session. Please make sure to check the resources post after each session. [2] Could you please show us next time how to work with PowerShell in a demo, Also Lab exercises that we can do ourselves or as a task until the next sessions are highly welcome. We'll make sure to include more PowerShell hands-on in the next sessions. Also, it's great to hear your feedback and we'll be working on adding few lab exercises at the end of each session. [3] VPN configuration We'll be covering VPN in our fourth session scheduled 1st March. However, here are some resources that you can use until this scheduled session. Tutorial - Connect an on-premises network and a virtual network: S2S VPN: Azure portal - Azure VPN Gateway | Microsoft Learn Step-By-Step: Creating an Azure Point-to-Site VPN (microsoft.com) Azure VPN Gateway configuration settings | Microsoft Learn [4] Why some global admins don't view resources created by another admins? By default, Global Admin doesn’t have access to Azure resources. You need to differentiate between Azure AD and Azure resources. Azure AD and Azure resources are secured independently from one another. For you to access Azure AD resources (users, groups, ... etc inside Azure AD) you need to use an Azure AD role (Help disk Admin, Global Admin ...) but you need to use another type of roles to manage Azure resources, you'll need to use Azure Roles (RBAC) including (VM Contributor, VM Owner ...). However, Microsoft added a feature to the Azure AD role: Global Administrator to elevate access to the Azure resources when needed and this should only be a temporary action and your Global Admin should remove these extra permissions after finishing his Azure resources tasks. If you are a Global Administrator, there might be times when you want to do the following actions: Regain access to an Azure subscription or management group when a user has lost access. Grant another user or yourself access to an Azure subscription or management group. See all Azure subscriptions or management groups in an organization. Allow an automation app (such as an invoicing or auditing app) to access all Azure subscriptions or management groups. When you elevate your access, you will be assigned the User Access Administrator role in Azure at root scope ( / ). This allows you to view all resources and assign access in any subscription or management group in the directory. Again, I need to stress this: 'You should remove this elevated access once you have made the changes you need to make at root scope.' So that explains why some Gobal Admin might not have access to all / any Azure resources. It could be the reason that an Admin in your organization created Azure resources within a Subscription that your Global Administrator doesn't have access to view and manage it. However, your Global Admin can elevate their Azure resources permissions to gain access when needed. [5] More practical labs on GitHub will be fine We've already shared few hands-on related to the Identity and Governance chapters in the resources post . Here are few labs as well for your reference: Configure user and group accounts. Configure Azure Policy. Configure Role Based Access Control. Exercise - Give guest users access in Azure Active Directory B2B - Training | Microsoft Learn Exercise - List access using Azure RBAC and the Azure portal - Training | Microsoft Learn Exercise - Grant access using Azure RBAC and the Azure portal - Training | Microsoft Learn Exercise - View activity logs for Azure RBAC changes - Training | Microsoft Learn Exercise - Set up self-service password reset - Training | Microsoft Learn Exercise - Customize directory branding - Training | Microsoft Learn [6] Where to find some exam test to practice? We'll be sharing practice exam questions each session live in the session and you can also reference the official Microsoft practice exam questions . [7] Can resources (VMs) from different subscriptions access VNET of other subscriptions with VNET_peering? Can VM-NIC be deployed in another subscription's VNET? We'll be covering VNet Peering in our fourth session scheduled 1st March. But to answer you, yes VNet Peering supports cross-region cross-subscription connectivity . You can't deploy a VM NIC in another subscription. A network interface (NIC) is the interconnection between a virtual machine and a virtual network. A virtual machine must have at least one NIC. A virtual machine can have more than one NIC, depending on the size of the VM you create. You can create a VM with multiple NICs and add or remove NICs through the lifecycle of a VM. Multiple NICs allow a VM to connect to different subnets. Each NIC attached to a VM must exist in the same location and subscription as the VM. Each NIC must be connected to a VNet that exists in the same Azure location and subscription as the NIC. [8] what exactly will be given to those who attend 100% of the presentations? Our Partners who attend 100% of the sessions will be able to get an exclusive ' Cloud Champion AZ-104 Expert ' badge. [9] What is the limit of conditions on a Dynamic Group? The limitation is on the number of Dynamic Groups. An Azure AD organization can have a maximum of 5,000 dynamic groups and dynamic administrative units combined. For more information about the supported rules please visit this reference link . [10] Because there are multiple acronyms, it is convenient to make an introduction or legend of those that will be used in each session. Thanks for this great feedback. We'll make sure to make all the acronyms known at the beginning of each session. Having said that, AZ-104 is not an introductory level certificate. It's expected to have at least 6 months of experience with Azure or the AZ-900 certification prior to preparing to the AZ-104 certification. We'd like to thank everyone who attended the session and we're waiting for you in the next sessions. Please make sure to register and attend the next sessions.KirillosAkramApr 28, 2023Microsoft799Views0likes0CommentsMicrosoft Tech Briefings: SAP + Power Platform: A Match Made in Efficiency
Join this 60-minute webinar to discover how Microsoft Power Platform integration can transform your SAP processes and drive efficiencies. When: 28th June 2023, 9am-10am Ireland Why: Learn how to: Empower your business users to build custom solutions Build SAP Apps with Power Apps Connect SAP and other data sources with Power Automate Use Power Agents to create chatbots and harness the power of AI Register HERE today to secure your seat!MaryMay 18, 2023Former Employee783Views0likes0Comments* EVENT * Microsoft Discovery Day: Building AI-powered Applications, November 14th
Would you like to learn how to gain competitive differentiation leveraging the combined powered of cloud computing, data, and AI? Join our free digital event on November 14th to learn about real-life use cases from Microsoft experts and customers and discover how to make applications more intelligent and impactful. With advanced AI capabilities, modern container services, and cloud-scale databases, you’ll be able to build, deploy, and scale applications with speed, flexibility, and enterprise-grade security. Who should attend: Technology leaders of software and application development such as CTO, Director of Engineering, Chief Architect, Engineering Manager, Tech Lead Product leaders such as Chief Product Officer, Director of Product, Product Manager Data and AI leaders such as Chief Data Officer, Head of Data & AI, Director of AI REGISTER NOW FOR THIS EVENTMaryOct 25, 2023Former Employee779Views0likes0CommentsBuild and Modernize AI Apps
With this campaign, Microsoft empowers partners to drive leads for Minimum Viable Products and deployments around building new intelligent apps and modernizing existing apps using Azure app, database, and AI services. Capitalize on the opportunity presented by the fact that 90% of enterprise apps are expected to have embedded AI (IDC). As the only cloud that brings together modern app development, cloud-scale data, and AI in one place, Azure can help your customers beat their competitors in the innovation race, capture incremental revenue, minimize lost revenue, and increase engagement and retention of key talent. Leverage ready-to-share assets so you can help customers how to improve productivity, cost efficiencies, and competitive differentiation by building intelligent apps leveraging Azure solutions across apps, data, and AI. https://dmc.partner.microsoft.com/product-areas/3/campaigns/245/setup639Views0likes0Comments30-min Prep for the AZ-104 Exam: [Session 2: Resources] Implement and manage Storage
Thanks to everyone who attended the session today. There were over 280 attendees. We are grateful for our Partners' efforts and dedication. Please share your feedback and any Azure related question on the survey link. We'll be collecting all the technical questions related to the session and we'll be answering them anonymously in another post under the Microsoft Ireland Partner Zone. You can find a copy of the whiteboard used in the session attached briefing the Storage chapter of the AZ-104. Here are some more resources that can benefit you while preparing for the AZ-104 exam: Configure Azure Storage firewalls and virtual networks | Microsoft Learn Grant limited access to data with shared access signatures (SAS) - Azure Storage | Microsoft Learn Require secure transfer to ensure secure connections - Azure Storage | Microsoft Learn Deploy Azure File Sync | Microsoft Learn Mount SMB Azure file share on Windows | Microsoft Learn Create an SMB Azure file share - Azure Files | Microsoft Learn Blob rehydration from the Archive tier | Microsoft Learn Optimize costs by automatically managing the data lifecycle - Azure Storage | Microsoft Learn Azure Storage encryption for data at rest | Microsoft Learn Configure customer-managed keys for an existing storage account - Azure Storage | Microsoft Learn Security recommendations for Blob storage - Azure Storage | Microsoft Learn Tutorial to export data from Azure Blob storage with Azure Import/Export | Microsoft Learn Using Azure Import/Export to transfer data to and from Azure Storage | Microsoft Learn Transfer data to or from Azure Files by using AzCopy v10 | Microsoft Learn Blob versioning - Azure Storage | Microsoft Learn Change feed in Blob Storage - Azure Storage | Microsoft Learn Object replication overview - Azure Storage | Microsoft Learn Configure object replication - Azure Storage | Microsoft Learn Microsoft Azure Data Box overview | Microsoft Learn Few important commands: New- AzStorageAccount ( Az.Storage ) | Microsoft Learn Add- AzStorageAccountNetworkRule ( Az.Storage ) | Microsoft Learn Set- AzStorageAccount ( Az.Storage ) | Microsoft Learn Update- AzStorageAccountNetworkRuleSet ( Az.Storage ) | Microsoft Learn Get- PSDrive ( Microsoft.PowerShell.Management ) - PowerShell | Microsoft Learn Get- AzStorageAccount ( Az.Storage ) | Microsoft Learn Call to Action: Register and attend the next AZ-104 preparation sessions. Schedule your AZ-104 exam . Please note: Participants will be able to qualify for the 'Cloud Champion AZ-104 Expert' badge by attending all the sessions scheduled for Q3.573Views0likes0Comments* NEW * Secure Cloud Migration & Modernization Marketing Campaigns
Digital transformation is here to stay. And as part of that, moving infrastructure and apps securely to the cloud has become imperative. From cost savings and efficiency to keeping pace with customer demands, the Microsoft Cloud can help organizations reap enormous benefits. Capitalizing on the rapid acceleration of cloud migration presents a massive opportunity for growth and profitability. With an expected https://www.grandviewresearch.com/industry-analysis/cloud-migration-services-market-report#:~:text=The%20global%20cloud%20migration%20services%20market%20size%20was,a%20CAGR%20of%2025.9%25%20from%202023%20to%202030 in the coming years, investing in expanding your Azure practice can yield impressive returns on investment. It can often be hard to know where to start, however. In this light, we're excited to announce a new Secure Cloud Migration and Modernization digital marketing campaign. This campaign is designed to help you grow your pipeline and take advantage of the huge opportunity that the rapid acceleration of cloud migration represents. With it, you'll show your customers that migration and modernization yield tangible benefits while also being approachable with your expertise and services. Digital Marketing Content OnDemand (DMC) The six-week automated digital campaign comes with everything you need, including infographics, pitch decks, thought leadership articles, customer stories, and other assets. These can be shared directly with customers from your social accounts, email lists, blogs, and landing pages. https://dmc.partner.microsoft.com/product-areas/3/campaigns/236?wt.mc_id=qo0ocjic8d. Partner Marketing Center (PMC) campaign in a box Available for download, the PMC assets are meant to be co-branded and are highly customizable to facilitate end-to-end campaign execution, from gated content for interest generation to event delivery content and lead follow-through. https://partner.microsoft.com/asset/collection/cloud-migration-and-modernization#/?wt.mc_id=uogtt2kx2t. Embrace this opportunity to elevate your business and tap into the future of technology-driven growth. Here's to your success!500Views1like0CommentsHow AI is transforming industries
Artificial Intelligence is fueling the next wave of innovation for partners across all industries. Organisations of all sizes, and across industries, are leveraging the power of AI and the cloud to accelerate performance. Learn from your peers and discover the best ways to integrate AI into your business. Explore how AI is transforming industries HEREMaryMay 18, 2023Former Employee455Views0likes0Comments
Resources
Tags
- azure21 Topics
- Ireland8 Topics
- MCPP6 Topics
- AZ-1046 Topics
- Data&AI6 Topics
- marketing5 Topics
- Campaigns in a box5 Topics
- Microsoft4 Topics
- Partners4 Topics
- Office Hours1 Topic