360,317 questions

Sort by: Updated
1 answer

The Machine learning course module is not plotting data

I get this error in nealry every piece of code, even when I start again TypeError: this.Plotly.newPlot is not a function This question is related to the following Learning Module

Azure Training
Azure Training
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Training: Instruction to develop new skills.
1,271 questions
asked 2024-04-26T08:55:40.7866667+00:00
Dean Gingell 0 Reputation points
commented 2024-07-16T10:00:29.0266667+00:00
AmaranS 3,585 Reputation points Microsoft Vendor
2 answers

Removing On-Premises Exchange Servers after Migrating to Office 365

Hi Microsoft experts. I have a concern like the article here https://practical365.com/removing-premises-exchange-servers-migrating-office-365/, but I don't know if Microsoft has a solution so far for decommissioning on-premises Exchange but still…

Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,361 questions
Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,486 questions
asked 2024-07-11T01:28:41.8+00:00
Parker Tran 0 Reputation points
commented 2024-07-16T09:59:38.07+00:00
Parker Tran 0 Reputation points
1 answer

Azure AD Signin Issue

We have made a setup where we logon our users with Azure AD and MFA to VPN. The works excellent. Howeweer, since a couple of weeks we have some users that report that they cannot logon. The message that appears in the sign-in log in Azure AD is: …

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,485 questions
asked 2022-05-17T14:56:17+00:00
MrEco 6 Reputation points
commented 2024-07-16T09:58:02.1166667+00:00
MrEco 6 Reputation points
11 answers

How to complain against Navi?

Visit the website or open us +91-//95~644-07236 on your mobile device. Look for the "Help" or "Support" Teems section. You can usually find it in the app menu or at the bottom of the website.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,337 questions
asked 2024-07-16T09:56:12.7833333+00:00
Hahah shah 0 Reputation points
answered 2024-07-16T09:57:45.28+00:00
Hahah shah 0 Reputation points
0 answers

How to do Certificate-based authentication in React Native using Rest API?

Hi I want to do certificate based authentication in React Native, for that I am using Rest API. And from the docs https://learn.microsoft.com/en-us/azure/iot-dps/how-to-control-access#certificate-based-authentication I found out this cURL, and I need…

Azure IoT
Azure IoT
A category of Azure services for internet of things devices.
392 questions
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,154 questions
asked 2024-07-16T09:53:07.2866667+00:00
Shahanshah Alam 0 Reputation points
edited the question 2024-07-16T09:57:25.0733333+00:00
Shahanshah Alam 0 Reputation points
1 answer

How can I complain to Snapdeal?

How to raise query/complaint? Step 3- Click on 'Need Help'81.67845.548 Or 'Report problem with order'. By when can I expect a response on my query/complaint? ...How to raise query/complaint? Step 3- Click on 'Need Help'81.67845.548 Or 'Report problem…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,337 questions
asked 2024-07-16T09:55:57.59+00:00
Dy 0 Reputation points
answered 2024-07-16T09:57:23.9966667+00:00
Dy 0 Reputation points
0 answers

After deleting a postgres flexible server the name is still taken

After deleting a postgres flexible server, the server name remains unusable. The name is specific enough to assume no one else is using this name. The server was setup in a Vnet thus creating an automatic private dns zone record. There might be a hint to…

Azure Database for PostgreSQL
asked 2024-07-16T08:22:34.9833333+00:00
Jerome Bollinger 0 Reputation points
commented 2024-07-16T09:56:55.11+00:00
ShaktiSingh-MSFT 14,371 Reputation points Microsoft Employee
1 answer

Is there a way to use evaluation flow to improve prompt flow performance?

I am working on a RAG app and I currently have a working custom prompt flow. Is there a way to iteratively improve the performance of the flow? Maybe using a set of predefined questions and answers. Could I make use of evaluation flow to achieve this?

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
846 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,584 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,330 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,609 questions
asked 2024-07-16T08:53:52.51+00:00
Kecheng 10 Reputation points
answered 2024-07-16T09:56:53.8066667+00:00
Amira Bedhiafi 19,451 Reputation points
0 answers

Ecompass application slowness issue hosted on AVD

Client are facing issue with ecompass application which is hosted on avd slowness issue

Azure Virtual Desktop
Azure Virtual Desktop
A Microsoft desktop and app virtualization service that runs on Azure. Previously known as Windows Virtual Desktop.
1,442 questions
asked 2024-07-16T09:56:39.4133333+00:00
Kapoor, Shelly 0 Reputation points
2 answers

flayout navigation - how to deal with rasing memory?

Hi, I used flayout navigation. when navigate beween pages it consume alot of memory. In net 8. Not relase the previous page. Does to use GC.Collect()? Is allowed ? Thanks, public void Navigate(string navigateTo) { if (navigateTo ==…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,184 questions
asked 2024-07-14T14:42:45.7166667+00:00
Dani_S 3,296 Reputation points
commented 2024-07-16T09:55:54.6466667+00:00
Dani_S 3,296 Reputation points
1 answer

Retrieving token usage in Azure OpenAI response when streaming is enabled

I have an Azure OpenAI deployment used by multiple internal users that charges back based on token usage found in the "usage" field of the API response. However, users who stream the response with "stream=True" do not receive the…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,584 questions
asked 2024-02-29T00:41:38.2966667+00:00
chaymr 171 Reputation points
commented 2024-07-16T09:55:54.41+00:00
Wanis Elabbar 5 Reputation points
3 answers

How can I complain to Snapdeal?

How to raise query/complaint? Step 3- Click on 'Need Help'81.67845.548 Or 'Report problem with order'. By when can I expect a response on my query/complaint? ...How to raise query/complaint? Step 3- Click on 'Need Help'81.67845.548 Or 'Report problem…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
37,573 questions
asked 2024-07-16T09:54:19.73+00:00
Dy 0 Reputation points
answered 2024-07-16T09:54:47.95+00:00
Dy 0 Reputation points
1 answer

Media file picker features in .NET MAUI like in Xamarin Forms

Hi, Is there any way to compress the image and remove the metadata option for the media picker in MAUI like it had in the below package? https://github.com/jamesmontemagno/MediaPlugin

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,184 questions
asked 2024-07-15T08:47:32.7+00:00
Chinmay Dole 120 Reputation points
commented 2024-07-16T09:54:22.1866667+00:00
Chinmay Dole 120 Reputation points
1 answer

how can i make " import graphing "work on the Introduction to data for machine learning unit 5 sandbox?

In the Introduction to data for machine learning unit 5, i cant get the 3rd cell to work properly. Its is showing the import graphing line as error, or showing TypeError: MathJax.Hub is undefined when i change the kernel to azureml_py38. It is showing…

Azure Training
Azure Training
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Training: Instruction to develop new skills.
1,271 questions
asked 2024-06-10T20:15:01.0833333+00:00
sifatul supto 10 Reputation points
commented 2024-07-16T09:54:17.41+00:00
Michelle Popejoy 20 Reputation points
0 answers

How to adjust the size of image item in SharePoint list column?

How can I change the size of the image item stored in a SharePoint list which gets data from Power Apps Image control in different sizes such as 1.5-15 MB? It would be great to automatically convert into 1.5MB or below keeping initial proportions of the…

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,216 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
2,791 questions
asked 2024-07-16T09:53:58.5566667+00:00
47749506 0 Reputation points
0 answers

Azure Logic App Designer Retirement

Does anyone know if the legacy logic app designer is going to be completely turned off in September or just go out of support but still accessible? I got a warning about it being turned off in September but wanted to check as it will take me a lot of…

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,062 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,972 questions
asked 2024-07-16T09:53:57.3366667+00:00
Mike Young 0 Reputation points
0 answers

Are task logs deleted when the node is deleted due to autoscaling?

Hello, I am trying to access the logs (stdout.txt and stderr.txt) of the tasks run. As soon as the task is completed I lose access to those files. Looking at the browser console, if I search a file in the path field I get a 404 error, NodeNotFound, The…

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,062 questions
Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
321 questions
asked 2024-07-16T09:52:11.57+00:00
Juan Manuel Pérez [Modelical] 0 Reputation points
4 answers

Unable to edit default.aspx pages in SharePoint Online as of July 1st, 2024

I am a SharePoint Site Collection Administrator for my department (not a full SharePoint Admin for our tenant), and have been for the last 11 years. Our organization has been using SharePoint for approximately 20 years, and we moved to SharePoint Online…

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,216 questions
asked 2024-07-11T18:51:34.07+00:00
Justin Copling 5 Reputation points
commented 2024-07-16T09:51:13.8166667+00:00
Sheila Hill 0 Reputation points
1 answer

How to archive and publish in Visual Studio Mac and MAUI

Hi, I have a MAUI app that i am migrating from Xamarin. Am using Visual Studio Mac for this for now until I can find a suitable replacement. I am ready to release to app store and google play, previously I would do Build > Archive for Publishing and…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,855 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,184 questions
asked 2024-07-12T08:17:42.0233333+00:00
SSB 111 Reputation points
commented 2024-07-16T09:49:36.4933333+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 28,881 Reputation points Microsoft Vendor
1 answer

How to publish an MQTT message in Event grid after the reception of a message in Event Hub ?

Hello. My devices report the data by MQTT, messages easily received in event grid. Event grid passes the messages to Event Hub. Event hub passes the messages where there are treated, filtered, etc. The response is sent back to Event Hub. From Event Hub…

Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
595 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
346 questions
asked 2024-07-15T13:02:10.5533333+00:00
Omar Cruz 21 Reputation points
commented 2024-07-16T09:49:34.37+00:00
Omar Cruz 21 Reputation points