349,328 questions

Sort by: Created
0 answers

Azure Function app timeout in 4 minutes (230 seconds)

i am getting 500 timeout for EP1 function app after 230 secs

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,403 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,403 questions
asked 2024-05-29T03:24:46.63+00:00
Shirvadkar, Virendra 0 Reputation points
0 answers

How to write KQL query for Disk Read Bytes?

Hi, I wanted to use a KQL query to get the results from the metric Disk Read Bytes. However, the InsightsMetrics table did not have DiskReadBytes as a metric. Hence, I used ReadBytesPerSecond in my query. However, the results produced by the query below…

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
2,871 questions
asked 2024-05-29T03:17:51.4533333+00:00
Syed Harith Zaki 0 Reputation points
0 answers

internal mailbox always cannot receipt email with error:LED=550 5.1.11 RESOLVER.ADR.ExRecipNotFound; Recipient not found by Exchange Legacy encapsulated email address lookup

After upgrade to exchange 2016 from 2013, someone cannot receipt email, and I checked the email failed to sent with below error information. This recipient wasn't found at the email address you specified. Please check the address. [{LED=550 5.1.11…

Exchange Server
Exchange Server
A family of Microsoft client/server messaging and collaboration software.
1,117 questions
Outlook
Outlook
A family of Microsoft email and calendar products.
3,130 questions
Outlook Management
Outlook Management
Outlook: A family of Microsoft email and calendar products.Management: The act or process of organizing, handling, directing or controlling something.
4,954 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,405 questions
asked 2024-05-29T03:16:55.81+00:00
alan99 0 Reputation points
0 answers

How to delete AI Search index, cannot locate in Azure portal

I have a Language service and associated AI Search service in Southeast Asia. I am working with an OpenAI service in US East region using AI Studio. Created a hub and project, which are based in US East region as well. Have added a number of data…

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.
758 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,453 questions
asked 2024-05-29T03:14:47.6966667+00:00
misc981 6 Reputation points
0 answers

How to use <username>/Desktop instead of <username>/OneDrive/Desktop

I never signed in to OneDrive (on any computer), I never set it up on any PC, and I uninstalled it. But STILL it creates a OneDrive Folder every single time I restart the computer. And it seems to be where it's actually loading the Desktop stuff from. I…

OneDrive
OneDrive
A Microsoft file hosting and synchronization service.
873 questions
asked 2024-05-29T03:13:29.5966667+00:00
PhaedraFlux 0 Reputation points
0 answers

Azure Function app timeout in 4 minutes (230 seconds)

I am getting 500 Timeout issue while running function app for more than 4 minutes (230 seconds). It was working for 30 minutes when we were using .net 6 version. Suddenly we started getting 500 timeout when we updated function app to .net 8 version.

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,403 questions
Azure Load Balancer
Azure Load Balancer
An Azure service that delivers high availability and network performance to applications.
412 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,403 questions
asked 2024-05-29T03:08:44.4366667+00:00
Shirvadkar, Virendra 0 Reputation points
0 answers

Disk Part cannot clean.

Log Name: System Source: Virtual Disk Service Date: 05/29/24 10:45:49 am Event ID: 3 Task Category: None Level: Information Keywords: Classic User: N/A Computer: …

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,827 questions
asked 2024-05-29T02:55:17.8933333+00:00
Gaudicius Alumbro 0 Reputation points
0 answers

How can i keep the selection while clicking somewhere out of gallery view ?

Hi, all. I'm working in Sharepoint list and use one gallery view as filter for another list. If i click somewhere else while a card is selected, the selection will be automatically removed and another list also be reseted. Is there a way to leave the…

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,726 questions
asked 2024-05-29T02:49:33.44+00:00
崔洪林 / Cui,Honglin 0 Reputation points
0 answers

Can Process Monitor watch for DCOM issues?

I was wondering if there was a way to have Process Monitor watch for DCOM issues, like Access Denied. I am asking because I was trying to diagnose an issue with a web service, and eventually discovered that it was a DCOM issue, but unfortunately, the…

Sysinternals
Sysinternals
Advanced system utilities to manage, troubleshoot, and diagnose Windows and Linux systems and applications.
1,105 questions
asked 2024-05-29T02:08:20.78+00:00
MDell.Seradex 1 Reputation point
0 answers

Can't Sign Up For OpenAI

I just finished the Azure AI Fundamentals certification, but I had to wing it for any questions dealing with OpenAI. I would like to move on to another AI certification, however, I am concerned that not being able to sign up for OpenAI will make it…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,308 questions
asked 2024-05-29T02:06:33.3866667+00:00
Greg Fox 0 Reputation points
edited a comment 2024-05-29T03:16:30.11+00:00
navba-MSFT 17,900 Reputation points Microsoft Employee
0 answers

Program output is correct, but VS reports an error during step-by-step debugging

The C++ code snippet is: class A { public: A(const std::string& ss, const std::string& tt) : s(ss), t(tt) {} void func1() const { std::cout << s; } void func2() const { std::cout << t; } using Action = void (A::*)()…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,711 questions
C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,569 questions
Visual Studio Debugging
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
953 questions
asked 2024-05-29T01:58:25.83+00:00
zzzhhh 20 Reputation points
0 answers

Windows server 2022 can not update patch from Windows server 2022 WSUS

Dear, We have encountered a tricky problem. Our server is Windows Server 2022,One of the servers is WSUS. Our client workstation can update pacth from WSUS Server,But our server can not update from WSUS Server. In the WSUS console display other server…

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,310 questions
asked 2024-05-29T01:49:22.0766667+00:00
michael Lu 0 Reputation points
0 answers

Unable to search for wikis in SharePoint server

When a customer searches for something in the wiki search box in sharepoint, the corresponding content is not found. And, when she creates a wiki, there is no publish button, just a save button.

SharePoint Server
SharePoint Server
A family of Microsoft on-premises document management and storage systems.
2,258 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,889 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,726 questions
SharePoint Workflow
SharePoint Workflow
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Workflow: An orchestrated and repeatable pattern of business activity, enabling data transformation, service provision, and information retrieval.
525 questions
SharePoint Server Development
SharePoint Server Development
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Development: The process of researching, productizing, and refining new or existing technologies.
1,581 questions
asked 2024-05-29T01:40:26.9066667+00:00
Zoey Liang 165 Reputation points
0 answers

Unable to search for wikis in SharePoint server

The client cannot search her desired restults in wiki search box. And when she new a wiki ,there's not publish button, only save button.

SharePoint Server
SharePoint Server
A family of Microsoft on-premises document management and storage systems.
2,258 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,889 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,726 questions
SharePoint Workflow
SharePoint Workflow
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Workflow: An orchestrated and repeatable pattern of business activity, enabling data transformation, service provision, and information retrieval.
525 questions
SharePoint Server Management
SharePoint Server Management
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Management: The act or process of organizing, handling, directing or controlling something.
2,845 questions
asked 2024-05-29T01:36:13.8666667+00:00
Zoey Liang 165 Reputation points
0 answers

can we use Azure SQL Managed Instances with the latest Entra ID Connect servers v2 hosted in Azure ?

I want to know if we can use Azure SQL Managed Instances with the latest Entra ID Connect servers v2 hosted in Azure ?

Azure SQL Database
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,893 questions
asked 2024-05-29T01:36:12.8366667+00:00
Gilbert Chinapen 0 Reputation points
commented 2024-05-29T02:17:50.8766667+00:00
GeethaThatipatri-MSFT 27,977 Reputation points Microsoft Employee
0 answers

How can I remove an account on a previous device which wasn't backed up?

Hello! I recently got a new phone, and didn't know I needed to have a backup turned on to transfer my authenticator info to the new phone. I believe I now have two codes for facebook set up, as the old one was never removed and I was directed by…

Microsoft Authenticator
Microsoft Authenticator
A Microsoft app for iOS and Android devices that enables authentication with two-factor verification, phone sign-in, and code generation.
5,681 questions
asked 2024-05-29T01:31:08.9333333+00:00
Stanley Alvey 0 Reputation points
0 answers

Custom Domains and Side by Side APIM v2 Migration

Hello Can two APIM instances on same Vnet/subnet have the same Custom Domain configuration? Context: I am currently working through proving out best approach for my organisation as to how to migrate from API Management v1 to API Management v2/v2.1. I…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,810 questions
asked 2024-05-29T01:19:52.21+00:00
Brendon Atkins 0 Reputation points
1 answer

How Do I Update a Language Pack in Windows 10 (Settings > Time and Language > Language)?

How do I update a Language Pack in Windows 10 (Settings > Time and Language > Language)?

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,827 questions
Windows
Windows
A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.
4,863 questions
asked 2024-05-29T00:54:55.4766667+00:00
R9I1 1 Reputation point
answered 2024-05-29T02:38:31.39+00:00
Yanhong Liu 3,420 Reputation points Microsoft Vendor
0 answers

Microsoft Authenticator does not work on a specific Android device - Motorola Edge 50 Pro

I believe there is some incompatibility issue with Microsoft Authenticator and the new Motorola Edge Pro 50 (Android 14) device. I installed Microsoft Authenticator, restored the Bakcup account, and the accounts appeared in the app. Check the codes,…

Microsoft Authenticator
Microsoft Authenticator
A Microsoft app for iOS and Android devices that enables authentication with two-factor verification, phone sign-in, and code generation.
5,681 questions
asked 2024-05-29T00:12:17.96+00:00
Joveny Jacobsen 0 Reputation points
1 answer

How to tell if require migration from MFA server to Microsoft Entra Multi-Factor Authentication

I see the following warning listed in my application portal Please migrate from MFA Server to Microsoft Entra Multi-Factor Authentication by September 2024 to avoid any service impact. How can I tell if any action is required? I found this…

Microsoft Entra
asked 2024-05-29T00:01:21.6233333+00:00
Austin Kao 0 Reputation points
accepted 2024-05-29T00:06:16.8033333+00:00
Austin Kao 0 Reputation points