skip to Main Content

Azure Machine learning studio gives an error File https://aka.ms/bike-rentals/MLTable is empty

I am following these https://microsoftlearning.github.io/mslearn-ai-fundamentals/Instructions/Labs/01-machine-learning.html instructions to train a model in Azure Machine learning studio. I followed the instructions exactly however I get the following error File https://aka.ms/bike-rentals/MLTable is empty. Please make sure it's a valid MLTable which must match…

VIEW QUESTION

Azure – Creation of streaming dataset is deprecated. We recommend exploring Real-Time Intelligence in Microsoft Fabric

Suddenly I can not create new dataset schema for power bi report in Azure. While trying to create new dataset schema via rest API it is showing me error. The error is : "{"error":{"code":"FeatureDeprecatedError","pbi.error":{"code":"FeatureDeprecatedError","details":[{"code":"LearnMoreLink","detail":{"type":0,"value":"https://learn.microsoft.com/en-us/power-bi/connect-data/service-real-time-streaming#types-of-real-time-semantic-models"}},{"code":"FeatureDeprecatedMessage","detail":{"type":0,"value":"Creation of streaming dataset is deprecated. We…

VIEW QUESTION

Azure – Calling an ASP.NET Core Web API integrated to EntraId app from another .NET Core console app integrated to EntraId app fails

I have created an ASP.NET Core Web API and registered it in EntraID and configured it in my program.cs as follows: builder.Services .AddAuthentication(JwtBearerDefaults.AuthenticationScheme) .AddMicrosoftIdentityWebApi(builder.Configuration.GetSection("AzureAd")); builder.Services.AddAuthorization(); Then I have registered another app in the EntraId and configured the code in the…

VIEW QUESTION
Back To Top
Search