348,045 questions

Sort by: Updated
0 answers

Errors 429 and 503 with Bing Search API Despite not exceeding quota

Hello there, I'm getting 429 and 503 errors despite not exceeding the quota. There are less than 100 calls per hour and I'm on the 250 queries per second tier. Any ideas?

Bing Web Search
Bing Web Search
A Bing service that gives you enhanced search details from billions of web documents.
136 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
994 questions
asked 2024-05-23T08:37:11.56+00:00
Joan Figuerola Hurtado 0 Reputation points
1 answer

user received email not intended for him

In our tenant, we have a user who has been receiving emails that are not relevant to them. The user is neither mentioned in the TO, CC, nor BCC fields of these emails. I ran a message trace and confirmed that the email was delivered to the user. However,…

Microsoft Exchange Online
asked 2024-05-20T13:02:09.33+00:00
Abdulbari M. Alfatani 20 Reputation points
commented 2024-05-23T08:36:33.3533333+00:00
Noah Ma-MSFT 1,070 Reputation points Microsoft Vendor
1 answer

Connecting Azure Databricks workspace to on-premises network - peering

I was following this tutorial to deploy a workspace for on prem database access. I created the VNET for Databricks as mentioned as well as the transit VNET. However, when I got to the option to peer the two VNETs the VNET peering option seems to be…

Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
1,965 questions
asked 2024-05-22T14:48:27.7233333+00:00
Abdullah Humayun 20 Reputation points
answered 2024-05-23T08:36:23.13+00:00
PRADEEPCHEEKATLA-MSFT 79,376 Reputation points Microsoft Employee
0 answers

Escaping single quotes when uploading OAuth Seedfile

Hello, Does anyone know how to escape a single quote when uploading a seed file for OAuth Hardware Tokens. It's currently driving me mad And example would be the following Username: David.A'llen@contoso.com Whenever I try to upload a seed file with that…

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
994 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,820 questions
asked 2024-05-23T08:35:07.61+00:00
Allen, Dave 0 Reputation points
1 answer

When compiling, garbage directories are generated.

In WinForms and C#, in some projects and not in others, when compiling, some directories and dlls are generated. I don't want the directories to be generated. I would also like to know if it is possible to not generate the files in the obj directory or…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,687 questions
asked 2024-05-23T02:59:44.3066667+00:00
zequion 131 Reputation points
answered 2024-05-23T08:34:01.7133333+00:00
Tianyu Sun-MSFT 27,801 Reputation points Microsoft Vendor
12 answers

Workbook.refreshAllDataConnections() is not supported in Power Automate.

Dear all, I have an excel sheet with an active connection which I am able to refresh to get the newest data. Now I've got another PowerAutomate Flow which is working fine with a script inside this Sheet to send me via Teams numbers which I want to be…

Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,533 questions
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,578 questions
asked 2023-04-20T06:58:58.2433333+00:00
MMPB 55 Reputation points
commented 2024-05-23T08:33:41.1933333+00:00
Aritra De 0 Reputation points
1 answer One of the answers was accepted by the question author.

Dataflow Activity giving output in different formats - "runStatus" vs. "SubStatus"

Hello, We have some excel files, which are loaded into the Datalake as .txt files through CopyData Activity. After that, We have a Data Flow activity to copy data from my DataLake to Azure SQL DB. We have implemented some logic after that for…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,727 questions
asked 2022-04-29T18:32:05.18+00:00
Rajas Thakur 61 Reputation points
commented 2024-05-23T08:33:28.31+00:00
Steven Wright 0 Reputation points
1 answer

Saving Dynamic Form Fields to Database with Fixed Values in MVC

[HttpPost] [ValidateAntiForgeryToken] public ActionResult Create(EgitimSeminerViewModel model) { if (ModelState.IsValid) { for (int i = 0; i < model.EgitimSeminerBilgiList.Count; i++) { …

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,309 questions
asked 2024-05-23T07:34:52.57+00:00
kadir 0 Reputation points
answered 2024-05-23T08:33:23.7633333+00:00
Lan Huang-MSFT 26,361 Reputation points Microsoft Vendor
0 answers

New User not syncing from On Premise AD to Office O365

Our organization uses a hybrid cloud model. Just as it says in the title. I have a new user starting, I created the account in AD then sync to Office 365, but the user does not show up at all. There are no errors noted but I did see them listed at…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,374 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,727 questions
Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
5,987 questions
Active Directory Federation Services
Active Directory Federation Services
An Active Directory technology that provides single-sign-on functionality by securely sharing digital identity and entitlement rights across security and enterprise boundaries.
1,209 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,012 questions
asked 2024-05-23T08:18:52.0333333+00:00
Pham Tien Dung 40 Reputation points
edited the question 2024-05-23T08:32:12.65+00:00
Pham Tien Dung 40 Reputation points
0 answers

How to use localized RESX in Blazor WASM?

Hi, all I want is standard "old way" usage of generated static properties of my RESX to localize texts based on CultureInfo and .culture.resx files. I've just figured out, that only difference from .NET Framework is that now in .NET 8 culture…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,456 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,236 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,370 questions
asked 2024-05-22T07:01:50.83+00:00
Rada Matěj 180 Reputation points
commented 2024-05-23T08:32:09.45+00:00
Tiny Wang-MSFT 1,741 Reputation points Microsoft Vendor
0 answers

I got the error 0xc0000207 when calling FwpsConstructIpHeaderForTransportPacket

Hi , I am implementing a filter driver . I got the error 0xc0000207 when calling FwpsConstructIpHeaderForTransportPacket , I tried to rewrite the source IP of some packets, I could not find many documents to tell me what could cause this error . Could…

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,561 questions
Windows Hardware Performance
Windows Hardware Performance
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.Hardware Performance: Delivering / providing hardware or hardware systems or adjusting / adapting hardware or hardware systems.
1,556 questions
asked 2024-05-23T08:11:41.15+00:00
Thao Hoang 0 Reputation points
edited the question 2024-05-23T08:31:24.2233333+00:00
Minxin Yu 10,361 Reputation points Microsoft Vendor
0 answers

Connection failed

Spark job failed: { "text/plain":…

Azure SQL Database
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
994 questions
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,884 questions
asked 2024-05-23T06:30:07.4366667+00:00
commented 2024-05-23T08:30:36.7766667+00:00
ShaktiSingh-MSFT 13,911 Reputation points Microsoft Employee
0 answers

How to parse nested json array of document in ADF data flow

Hi all I am trying to fitch the values from a nested josh array of document , I have used aggregate to convert into objects but not able to fitch the values of all child nodes like as below itOffer.item itOffer.item.SplOfr itOffer.item.buy …

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,464 questions
Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
1,965 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,727 questions
asked 2024-05-02T15:44:57.8633333+00:00
venkat rao 45 Reputation points
edited a comment 2024-05-23T08:30:35.9533333+00:00
phemanth 6,635 Reputation points Microsoft Vendor
0 answers

LogonUI Error in my PC

I enabled remote assistance in dcomcnfg, but suddenly when I pressed the Windows start button, it loaded for a moment and then there was no response. cmd /c taskkill /f /im explorer.exe && start explorer I tried it, but it still didn't click, so…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,798 questions
asked 2024-05-23T08:30:15.7833333+00:00
Junsu Choe 0 Reputation points
0 answers

Issue with WebJobs Not Running

We have deployed an application on Azure App Service, and we are using WebJobs for background processing. The WebJobs were functioning correctly until 17:00 JST on May 17. However, upon checking at 9:00 JST on May 20, we found that the WebJobs had…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,012 questions
asked 2024-05-20T12:04:38.1+00:00
涌井大輔 0 Reputation points
commented 2024-05-23T08:30:09.7366667+00:00
VenkateshDodda-MSFT 18,956 Reputation points Microsoft Employee
9 answers One of the answers was accepted by the question author.

OneDrive error - You're already syncing a shortcut to a folder from this shared library

I had to reset Windows 10 on my Azure AD-joined computer, after which I upgraded from 1909 to 20H2. I now have OneDrive Build 20.201.1005.0009. Since then, I've had trouble reconnecting to all the SharePoint folders I was syncing with. For example, I'm a…

SharePoint Server
SharePoint Server
A family of Microsoft on-premises document management and storage systems.
2,247 questions
OneDrive Management
OneDrive Management
OneDrive: A Microsoft file hosting and synchronization service.Management: The act or process of organizing, handling, directing or controlling something.
1,145 questions
asked 2020-12-14T14:32:45.493+00:00
David Schrag 376 Reputation points
commented 2024-05-23T08:30:08.3066667+00:00
Mariusz Gorzoch 0 Reputation points
1 answer

AD B2C Microsoft Graph to send verification code to email

Hi, I would like to know if there is possibility to send verification code to email using Microsoft graph. Basically, I want to do everything in MS Graph ie. signing up, signing in, send verification code, SMS, MFA and social media sign up and sign in.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,817 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,820 questions
asked 2024-05-06T13:12:07.0933333+00:00
Felix Cordeta Matusinio 0 Reputation points
commented 2024-05-23T08:29:07.2666667+00:00
Felix Cordeta Matusinio 0 Reputation points
0 answers

the computer has rebooted from a bugcheck. the bugcheck was: 0x0000001e (0xffffffff80000003, 0xfffff802756a6cb1, 0x0000000000000000, 0x00000002540be400). a dump was saved in: c:\windows\memory.dmp. report id: a891dc9d-2db5-4bff-aa21-9451fec9ad88.

I keep on getting this BSOD. Tried BIOS update, Ran sfc /scannow, DISM commands but nothing worked. Please need help on this.

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,798 questions
asked 2024-05-23T08:28:43.87+00:00
MAJEED Adnaan 0 Reputation points
0 answers

updated ODBC Driver 18 and Entra ID but can no longer Authenticate MS Access to SQL Server

since updating (new computer) using MS Access DB with office 365. I can no longer Authenticate user. I have updated the control string and ODBC Driver but script error still occurs. upon starting the Access DB the login prompt asks for user, before the…

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,636 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
994 questions
Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,490 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,820 questions
asked 2024-05-23T06:33:41.21+00:00
Jason Jones 0 Reputation points
edited the question 2024-05-23T08:28:41.74+00:00
ShaktiSingh-MSFT 13,911 Reputation points Microsoft Employee
1 answer

BD all tips and trick is fine with the best way to

He is a great weekend and r ki aulad hai be able to the following URL Adobe click

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,817 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,388 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,820 questions
asked 2024-05-23T08:25:47.76+00:00
Rk 0 Reputation points
answered 2024-05-23T08:27:34.75+00:00
Rk 0 Reputation points