Unleash Your Potential: Master Cloud Skills with the University AI Cloud Challenge 2024

Unleash Your Potential: Master Cloud Skills with the University AI Cloud Challenge 2024

This article is contributed. See the original author and article here.

Unleashing Your Potential with Cloud Ready Skills



Are you a student or professional looking to enhance your technical skills? 

UniChallenge.png




Are you looking to kickstart your employability & take part in some friendly rivalry against other students? 



Register for the University AI Cloud Challenge 2024 for your Microsoft Professional certification in AI whilst competing with other university students to gain top spot on our leaderboard and win prizes! 


What:    University Cloud Challenge ’24 UK & Spain AI Edition 


Where:  Online any student from UK or Spain based University or College 


When:   Live Webinar kick off session 2pm GMT 15th of April 2024 (available on demand after the 15th)


How:     Register now: https://aka.ms/UCC24-AI 



Register now to gain access to: 


FREE access to live kick off webinar session  


FREE practice assessment 


FREE exam for the Microsoft Azure AI Fundamentals certification (AI-900


Note: Exams to be taken between 15th April and 14th of May 2024 



Uk&Spain.png
Help your university win the University AI Cloud Challenge!

Join the University AI Cloud Challenge 2024 and unlock your potential with cloud-ready skills. Gain a Microsoft Professional certification in AI, compete with students across the UK and Spain, and win exciting prizes. Register now to access our live webinar, free practice assessment, and free AI-900 exam. Help your university top our leaderboard and become the 2024 Student Learning Champion. Register, learn, and certify at no cost. Start your cloud journey today.


The race is on to find the 2024 champion Student Learning Campions for UK and Spain. Students Register, learn and certify at no cost!



University Leaderboard: 
You can view the current leaderboard here: (coming soon, after the first live webinar)



Scoring


Your university will score points for your activity. Points will be awarded as follows:



  • Student Registration 1 point

  • Student attends webinar 10 points

  • Student access Microsoft Learn 10 points

  • Student completed AI-900 exam – actual exam score converted to points (out of 1000)



Prizes


The University AI Cloud Challenge 2024 award will be presented to the university which scores the highest total score for all of their students that compete.



A box of Microsoft branded ‘swag’ will also be issued to the top 3 scoring universities.



Please review the terms and conditions here.


 

Introducing the Surface API Management Service

Introducing the Surface API Management Service

This article is contributed. See the original author and article here.

Our goal is to support our customers’ needs, wherever they might be. To this end, we’re introducing the Surface API Management Service, aimed at simplifying how you access information about your devices, coverage and insights.


 


Surface API Management Service.pngExtend Surface Management Portal


This service builds on the familiar Surface Management Portal, enabling IT admins to directly access Microsoft coverage and entitlement information for their devices via API endpoints. It’s a practical enhancement for those already using the portal, designed to make device management more straightforward.


 


The service at a glance


The Surface API Management Service is an API management system that allows you to gain access to APIs that provide you with information about your devices. 


 


These APIs serve as a direct conduit for customers seeking to streamline their asset management processes. By seamlessly connecting to the API, IT admins gain immediate access to critical device and warranty information, essential for effective asset oversight. Tailored specifically for Surface customers, this integration offers a hassle-free solution, eliminating the need for convoluted data acquisition methods. Now, with the simple integration of this API, customers can quickly retrieve pertinent details, empowering organizations to make informed decisions and optimize their asset management strategies.


 


Our first launch experience will allow current Surface Management Portal users to get their Microsoft coverage and entitlement information for their devices directly through API endpoints. Through our portal you can also see more of the performance and usage of the APIs across the globe with Surface API Management Service Reports.


 


Surface API Management Service reports.png


 


Get access to Surface API Management Services


To access, you need an active Surface Management Portal Account and a completed customer validation check. (If you have access to create service requests within Surface Management Portal you have been approved.)


 









Email request to surfaceapimanagement@microsoft.com


Subject: “Requesting Access to Surface API Management Service”


Include the following info:



  • Company Name

  • Tenant ID

  • Tenant primary domain (e.g. contoso.onmicrosoft.com)

  • Application (client) ID*

  • Estimated quantity of Intune-registered Surface devices in your organization



 


Get started


To get started with using the APIs, see the Readme on GitHub.

Securing Azure AD B2C API Connector (Function App) without Error

Securing Azure AD B2C API Connector (Function App) without Error

This article is contributed. See the original author and article here.

I was recently working with a customer who is using Azure AD B2C API Connector to enrich tokens with claims from external sources. They are using Azure Function App as the external source. As this setup demands, they exposed Azure Function App over public IP to work with B2C. But due to enterprise security restriction policy they must remove public endpoint from Function App and use private endpoints to VNET.


 


They thought of 2 options to expose the Function App securely over internet – using Azure API Management instance to a virtual network – external mode APIM in external mode or using Azure Application Gateway. But in both the cases B2C auth process errors out after adding the API Connector in the user flow:


 


Picture1.png


 


2.png


 


Initially I investigated on the error messages collected at the B2C, and APIM or Azure Application Gateway end. But later realized the main source of problem lies somewhere else. It is the ASP.NET Core framework used in building the Function App.


 


We need to modify default FowardedHeaders middleware settings. Otherwise, it will ignore the X-Forwarded headers being sent by APIM or Application Gateway because it isn’t in the list of KnownProxies and KnownNetworks. Please see the following links to understand the concept better:


 



 


So, I did the following changes:


 


1. Added ASPNETCORE_FORWARDEDHEADERS_ENABLED application setting to my Function App Configuration:


 


Picture2.png


 


2. Added a Startup.cs file in my function app code.


 


using System.Collections.Generic;


using Microsoft.AspNetCore.Builder;


using Microsoft.Azure.Functions.Extensions.DependencyInjection;


using Microsoft.Extensions.DependencyInjection;


 


[assembly: FunctionsStartup(typeof(TestAPIFunctionApp.Startup))]


namespace TestAPIFunctionApp


{


    public class Startup : FunctionsStartup


    {


        public override void Configure(IFunctionsHostBuilder builder)


        {


            builder.Services.Configure(options =>


            {


                options.ForwardedHeaders = Microsoft.AspNetCore.HttpOverrides.ForwardedHeaders.XForwardedFor | Microsoft.AspNetCore.HttpOverrides.ForwardedHeaders.XForwardedProto | Microsoft.AspNetCore.HttpOverrides.ForwardedHeaders.XForwardedHost;


                options.KnownNetworks.Clear();


                options.KnownProxies.Clear();


                // Put your front door, application gateway, APIM, b2clogin FQDN here and any other hosts that will send headers you want respected


                options.AllowedHosts = new List() { “.azurewebsites.net”, “.b2clogin.com”, “.azure-api.net”};


            });


        }


    }


}


 


That solves our problem. We can now see the “augmented claims”:


 


Picture3.png

New pricing for Microsoft Dynamics 365 effective October 2024

New pricing for Microsoft Dynamics 365 effective October 2024

This article is contributed. See the original author and article here.

Today, we’re announcing the first pricing update for Microsoft Dynamics 365 in more than five years. Since our last pricing update, Dynamics 365 has transformed customer relationship management (CRM) and enterprise resource planning (ERP) processes with connected applications across lines of business—from marketing, sales, customer and field service, to finance, operations, and supply chain—and each year, we release hundreds of new features and enhancements designed to help people work smarter, reclaim time, and collaborate seamlessly. You can read the official Dynamics 365 blog post here.

Below is the list of products for which prices are being updated with effect from October 1, 20241:

Product  Price before October 1, 2024  Price as of October 1, 20242 
Microsoft Dynamics 365 Sales Enterprise  $95  $105 
Microsoft Dynamics 365 Sales Device  $145  $160 
Microsoft Dynamics 365 Sales Premium  $135  $150 
Microsoft Microsoft Relationship Sales3  $162  $177 
Microsoft Dynamics 365 Customer Service Enterprise  $95  $105 
Microsoft Dynamics 365 Customer Service Device  $145  $160 
Microsoft Dynamics 365 Field Service  $95  $105 
Microsoft Dynamics 365 Field Service Device  $145  $160 
Microsoft Dynamics 365 Finance  $180  $210 
Microsoft Dynamics 365 Supply Chain Management  $180  $210 
Microsoft Dynamics 365 Commerce  $180  $210 
Microsoft Dynamics 365 Human Resources  $120  $135 
Microsoft Dynamics 365 Project Operations  $120  $135 
Microsoft Dynamics 365 Operations – Device  $75  $85 

Prices for Dynamics 365 on-premises customer engagement and operations products will increase by the same percentage as the respective cloud versions. Pricing for cloud products not listed above, such as Microsoft Dynamics 365 Business Central, will remain unchanged.

These increases will apply globally to new and existing customers (upon renewal as of October 1, 2024), and the products will be priced comparably in other currencies. To comply with local regulations, US government list prices for the same products will increase by 10% effective October 1, 2024, followed by another smaller increase effective October 1, 2025, to bring parity with commercial pricing outlined above.

Be sure to explore the release plans for Dynamics 365 to see the many capabilities recently released, and the Dynamics 365 release planner to check out those that are planned for release in upcoming months.


Notes:

1 All prices are per user per month (or per device per month where noted). 
2 Prices shown are for informational purposes only and may not be reflective of actual list price due to currency, country, region, and variant factors. Contact a Microsoft sales representative for additional information on pricing. 
3 Pricing per user per month will increase by $15 in all tiers in Microsoft Relationship Sales. Only 10-99 user tier shown for simplicity. 

The post New pricing for Microsoft Dynamics 365 effective October 2024 appeared first on Microsoft Dynamics 365 Blog.

Brought to you by Dr. Ware, Microsoft Office 365 Silver Partner, Charleston SC.

New pricing for Microsoft Dynamics 365 effective October 2024

New pricing for Microsoft Dynamics 365 effective October 2024

This article is contributed. See the original author and article here.

Today, we’re announcing the first pricing update for Microsoft Dynamics 365 in more than five years. Since our last pricing update, Dynamics 365 has transformed customer relationship management (CRM) and enterprise resource planning (ERP) processes with connected applications across lines of business—from marketing, sales, customer and field service, to finance, operations, and supply chain—and each year, we release hundreds of new features and enhancements designed to help people work smarter, reclaim time, and collaborate seamlessly.   

While a lot has changed in the world in the last five years, our vision has stayed true: ensuring the Dynamics 365 experience helps organizations adapt to change and proactively transform their business. We have delivered on this through innovations that have helped organizations supercharge customer experiences with AI-powered, real-time customer insights for marketers, sellers, and service agents; as well as by optimizing operations and mission-critical processes with data insights, supply chain visibility, and end-to-end automation of financial processes. And today, we are seeing organizations of all sizes across industries benefit from Microsoft Copilot in Dynamics 365.

As we look ahead, our commitment to our customers is to continue to offer the most value and highest return on your investment in business applications, helping to fuel digital transformation.

The price changes will be effective October 1, 2024, and the products will be priced comparably across different currencies. The full list of Dynamics 365 products for which prices are being updated can be found here. Cloud pricing for Microsoft Dynamics 365 Business Central will remain unchanged.

Be sure to explore the release plans for Dynamics 365 to see the many capabilities recently released, and the Dynamics 365 release planner to check out those that are planned for release in upcoming months.

The post New pricing for Microsoft Dynamics 365 effective October 2024 appeared first on Microsoft Dynamics 365 Blog.

Brought to you by Dr. Ware, Microsoft Office 365 Silver Partner, Charleston SC.