55,086 questions

Sort by: Updated
0 answers

Azure VPN issue

I have the following VPN is up. Azure VPN gateway will internally add a route of your BGP peer IP address to the corresponding IPsec tunnel. So my understanding is Azure knows how to send the packet back. Appreciate any insights !!

Azure VPN Gateway
Azure VPN Gateway
An Azure service that enables the connection of on-premises networks to Azure through site-to-site virtual private networks.
1,411 questions
asked 2024-05-28T19:16:21.83+00:00
Gongya Yu 60 Reputation points
0 answers

onlineMeeting: getAllTranscripts is not supported in delegated context?

I have M365 developer subscription (xkmfg.onmicrosoft.com) and I am trying to access MS Graph API onlineMeeting: getAllTranscripts in delegated (logged-in user) context. However, I get an error message that 'Requested API is not supported in delegated…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,873 questions
asked 2024-05-28T19:13:09.5833333+00:00
Srinithya Kakani 0 Reputation points Microsoft Employee
0 answers

Entra ID - OIDC BFF pattern - does not work

Hi, I have a blazor hybrid app with both webassembly and server. Currently I'm using the oidc flow with b2c (https://learn.microsoft.com/en-us/aspnet/core/blazor/security/blazor-web-app-with-oidc?view=aspnetcore-8.0&pivots=with-bff-pattern) and…

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,426 questions
Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
2,683 questions
asked 2024-05-28T19:05:49.29+00:00
Robert Desbiens 20 Reputation points
edited the question 2024-05-28T19:09:27.7366667+00:00
Robert Desbiens 20 Reputation points
0 answers

Prepare code to fetch data from mock server does not seem to work

Hi! I am working through this Exercise: https://learn.microsoft.com/en-us/training/modules/build-web-api-minimal-spa/5-exercise-create-api. After starting the Mock Server (I can see in the Browser that it is running) The Website has the error: Unexpected…

ASP.NET Core Training
ASP.NET Core Training
ASP.NET Core: A set of technologies in the .NET Framework for building web applications and XML web services.Training: Instruction to develop new skills.
10 questions
asked 2024-05-28T19:02:39.45+00:00
Frank Geisler 16 Reputation points MVP
0 answers

"Failed to create file operation." when creating OpenAI Vector Store

I'm trying to create a Vector Store with some file attached: curl --location 'https://{HOST}.openai.azure.com/openai/vector_stores?api-version=2024-05-01-preview' \ --header 'Content-Type: application/json' \ --header 'api-key: {OPENAI_KEY}' \ --header…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,307 questions
asked 2024-05-23T12:39:15.22+00:00
Andres da Silva Santos 70 Reputation points
commented 2024-05-28T19:00:02.3733333+00:00
Styrmir Grünheit 10 Reputation points
0 answers

Debugging SQL Server on Linux from remote VS 2022 pc

Is it possible to debug an SQL-Server on an Ubuntu 22 machine from Visual Studio 2022? I can reach the server an can execute queries from within VS2022. But debugging fails with no useful message (error 80004005). Firewall on the server pc is inactive.…

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,913 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-28T18:57:39.8333333+00:00
Torsten Kiltz 0 Reputation points
0 answers

Not able to create an azure function

Hello, I wanted to create an azure function, but i keep getting BadGateway for app service plan, tried creating a plan as well but of no avail.

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,400 questions
asked 2024-05-24T05:31:01.2866667+00:00
Aarush Luthra 10 Reputation points
commented 2024-05-28T18:54:44.4866667+00:00
Aarush Luthra 10 Reputation points
0 answers

Entra ID - QuickStart Application multiplying like rabbits

I've been trying to move a blazor application with an API within Entra ID. For some reason, I've notice that today I have about 15 "QuickStart Application" created. They seems to be creating when I use the Integration Assistant in the…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,889 questions
asked 2024-05-28T18:53:38.1366667+00:00
Robert Desbiens 20 Reputation points
0 answers

WinGDK: support for DX12 & Intel XeSS ?

I've read confusing informations & statements, regarding missing support of DX12 & Intel XeSS when making use of WinGDK to release/port to Xbox Game Pass FOR PC : as noted by Game Developer Slavic Magic / Publisher Hooded Horse for the game Manor…

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,455 questions
asked 2024-05-28T18:53:09.6566667+00:00
james march 0 Reputation points
0 answers

SUBSCRIPTION I AM (RBAC)

Hello! I'm having a problem with Azure that I can't find a way to remove a Backup Contributor role in Azure. Case: I have an Azure subscription and recently assigned the Backup Contributor (RBAC) role to another Azure subscription. Now I want to…

Azure Backup
Azure Backup
An Azure backup service that provides built-in management at scale.
1,147 questions
Azure Lighthouse
Azure Lighthouse
An Azure service that provides secure managed services and access control for partners and customers.
69 questions
asked 2024-05-28T18:52:25.39+00:00
Gabriel Moraes 230 Reputation points
0 answers

How to insert new,update, delete existing record in single row of gridview

I am developing ASP.NET application and i am using gridview in that. Here, i am not using any textbox controls outside of the gridview to save the record. everything i want to maintain in same row of the records. for example, when page load, if any…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,319 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,401 questions
asked 2024-05-28T14:36:20.12+00:00
Gani_tpt 1,786 Reputation points
edited a comment 2024-05-28T18:51:47.17+00:00
AgaveJoe 26,246 Reputation points
0 answers

On ship using Starlink Internet connection - Mail client on phone returning authentication error AAADSTS165000

Hi: I have (2) users on a ship using Starlink for Internet. For both users, the email client on their iPhones stopped syncing email and is returning an error: ADSTS165000: Invalid Request: The user session context is missing. One or more of the user…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,400 questions
asked 2024-05-28T18:49:35.36+00:00
BobH-3096 141 Reputation points
0 answers

Black screen with white dotted circle, can't access Safe Mode

Per the title, I turn on my computer and am greeted with the white circle on black background. There is no Windows logo, or anything else. I tried plugging in the original media I used to install Windows with no success. Any ideas? Thanks for your time!

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,825 questions
asked 2024-05-28T18:48:20.3266667+00:00
Paul Mardegan 0 Reputation points
0 answers

I accidentally deleted the microsoft authenticator app, & cannot sign-in back to authenticator app

Hello, recently i accidently deleted the authenticator app, after reinstalling the app i can't fully sign in to the app due to authentication needed like fill the security code given to fully sign in to the authenticator app. so, My question is how can i…

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,677 questions
asked 2024-05-27T03:05:34.2566667+00:00
AHMAD NIZAM BIN MOHAMAD ASRI 10 Reputation points
commented 2024-05-28T18:48:01.83+00:00
MOUSSA EL HAJRAOUI 310 Reputation points
0 answers

EventID for the GPO

I have enabled the GPO (Turn on PowerShell Transcription): Computer Configuration-Administrative Templates-Windows Components-Windows PowerShell. Turn on PowerShell Transcription: Enabled. Should I see any other Event ID besides 4103 in Event Viewer with…

Windows Server 2019
Windows Server 2019
A Microsoft server operating system that supports enterprise-level management updated to data storage.
3,513 questions
Windows Server 2016
Windows Server 2016
A Microsoft server operating system that supports enterprise-level management updated to data storage.
2,406 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,307 questions
Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,414 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,172 questions
asked 2024-05-28T15:51:47.9+00:00
Glenn Maxwell 10,326 Reputation points
commented 2024-05-28T18:47:41.26+00:00
Rich Matheisen 45,186 Reputation points
0 answers

Room Meeting Calendar Acceptance issue.

I am forwarding a meeting invite from my calendar to the room mailbox calendar. That meeting invite is not automatically accepting, I have to go to mailbox and then accept it. This is not happening with other room mailbox. I want it to be auto accept the…

Microsoft Exchange Online
asked 2024-05-28T18:47:37.64+00:00
Sanjay Bhakuni - admin 60 Reputation points
0 answers

How to reschedule exam if only MS ID is known from Pearson VUE email

Need to reschedule the MS exam - cannot find under current profile - only info available is MS ID from Pearson VUE email received, cannot find the right user profile under which exam was scheduled.

Microsoft Q&A
Microsoft Q&A
Use this tag to share suggestions, feature requests, and bugs with the Microsoft Q&A team. The Microsoft Q&A team will evaluate your feedback on a regular basis and provide updates along the way.
597 questions
asked 2024-05-28T18:43:26.5166667+00:00
MartinVlcek-0116 0 Reputation points
0 answers

How to create event for subclassed control

I use GestureRecognizers with Label in lots of places in an app and would like to create a new Label control that basically uses Label as the base and adds a TapGestureRecognizer that invokes an event that can be defined in XAML. I know how to subclass…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,989 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,401 questions
asked 2024-05-28T15:05:06.46+00:00
Lloyd Sheen 1,391 Reputation points
commented 2024-05-28T18:43:16.5233333+00:00
Lloyd Sheen 1,391 Reputation points
0 answers

How to fix "Failure happened on 'Source' side A task was canceled" error

Data load from Salesforce object with 1million records fails with the below error in Azure Data Factory: Failure happened on 'Source' side. 'Type=System.Threading.Tasks.TaskCanceledException,Message=A task was canceled.,Source=mscorlib,' The data load…

Azure SQL Database
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,777 questions
asked 2024-05-28T18:42:40.6+00:00
thara kollu 0 Reputation points
0 answers

Best Way To Give OpenAI Assistant Regular Access To Most Recent Error Logs?

I am looking at regularly giving an OpenAI Assistant access to information about our servers and services, such as error logs, Application Insights, and more. Since this information changes every day, I would have to regularly give the Assistant the most…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,307 questions
asked 2024-05-28T18:38:24.06+00:00
John Moto 21 Reputation points
edited the question 2024-05-28T18:39:05.84+00:00
John Moto 21 Reputation points