425,914 questions

Sort by: Updated
0 answers

Blazor Server .NET 8 authorization Dependency Injection User Settings

I have a IUserSettings interface to use between Blazor and a Desktop. I have a task in the interface called Task GetUserSettingsAsync(AuthenticationStateProvider authenticationStateProvider). Once the website comes back from Microsoft Entra, I want to…

Blazor Training
Blazor Training
Blazor: A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.Training: Instruction to develop new skills.
22 questions
asked Apr 3, 2025, 9:03 PM
Dennis Vossen 1 Reputation point
edited the question Apr 3, 2025, 9:05 PM
Dennis Vossen 1 Reputation point
0 answers

Azure Graph API permissions issue

Hi, I'm trying to extract the data that was summitted from a Microsoft Form using the Microsoft Graph API I found a solution via ChatGPT and they explained in order to use power automate to get the Start time and end time of a form that was submitted I…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,565 questions
asked Apr 3, 2025, 9:56 AM
Jarque Erasmus 0 Reputation points
commented Apr 3, 2025, 9:03 PM
Prabhavathi Manchala 405 Reputation points Microsoft External Staff
1 answer

Have a Windows VM that allows one user to connect but not another. They both have same privileges and account types.

I have a VM set up and one user has been using it for a while, but a different user also needs to access to it, not at the same time just to be able to connect to it. However, the new user has been given the same roles and has the same account type, but…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
8,618 questions
asked Apr 3, 2025, 8:45 PM
Matthew Davidson 0 Reputation points
commented Apr 3, 2025, 9:02 PM
Matthew Davidson 0 Reputation points
0 answers

Why is there a problem with the DXGI_USAGE flag regardless of what I set it to?

My IDXGIFactory2::CreateSwapChainForComposition fails every time with the following error: DXGI ERROR: IDXGIFactory::CreateSwapChain: The BufferUsage field of the swapchain description contains some DXGI_USAGE flags that are not supported.…

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,897 questions
asked Apr 3, 2025, 5:28 PM
CDev-8220 260 Reputation points
commented Apr 3, 2025, 9:02 PM
Darran Rowe 1,526 Reputation points
0 answers

We changed our domain name but when I send invite to guest user I see the old domain name

We changed our domain name but when I send invite to guest user I see the old domain name. Does anyone know where I can change this?

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
23,932 questions
asked Apr 3, 2025, 6:19 PM
Pauline Nguyen 0 Reputation points
commented Apr 3, 2025, 9:00 PM
Navya 17,165 Reputation points Microsoft External Staff
0 answers

Azure Function's Identity to Read/Write to SharePoint & OneDrive

We have an Azure Function that runs on a scheduled basis, and we have enabled its managed identity. Using this identity, we’ve successfully integrated the function with both Azure SQL Database and Azure Key Vault by assigning the necessary…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,617 questions
asked Apr 3, 2025, 8:58 PM
john john Pter 945 Reputation points
1 answer

Access is blocked by the organization​ The msazurecloud.onmicrosoft.com administrator has restricted which organizations can access their tenant. Contact the msazurecloud.onmicrosoft.com IT department to request access.​

Access is blocked by the organization​ The msazurecloud.onmicrosoft.com administrator has restricted which organizations can access their tenant. Contact the msazurecloud.onmicrosoft.com IT department to request access.​

Microsoft Copilot
Microsoft Copilot
Microsoft terminology for a universal copilot interface.
732 questions
asked Mar 12, 2025, 4:27 PM
bishan 35 Reputation points
answered Apr 3, 2025, 8:58 PM
John Umling 0 Reputation points
0 answers

Azure Function's Identity to Read/Write to SharePoint & OneDrive

We have an Azure Function that runs on a scheduled basis, and we have enabled its managed identity. Using this identity, we’ve successfully integrated the function with both Azure SQL Database and Azure Key Vault by assigning the necessary…

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.
3,510 questions
asked Apr 3, 2025, 8:58 PM
john john Pter 945 Reputation points
1 answer

Replace PowerPoint 'Blank Presentation' with Custom Template

1- When I launch PowerPoint, I get the Home Screen where I see an option 'New' - 'Blank Presentation'. Can I replace the blank presentation under 'New' With my custom template so that every time i open PowerPoint on the Home page I see my custom template…

PowerPoint
PowerPoint
A family of Microsoft presentation graphics products that offer tools for creating presentations and adding graphic effects like multimedia objects and special effects with text.
334 questions
asked Feb 18, 2024, 6:54 PM
AV1992 30 Reputation points
commented Apr 3, 2025, 8:57 PM
John Korchok 5,931 Reputation points
1 answer

Azure logic app api connection authentication problem

I have an Azure Logic App that sends emails via Outlook using an Azure API Connection. For authentication, I use a user account and have configured a Conditional Access policy in Entra ID, setting the reauthentication period to one year. However, I am…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,426 questions
asked Mar 31, 2025, 2:22 PM
Tushar 0 Reputation points
commented Apr 3, 2025, 8:56 PM
Loknathsatyasaivarma Mahali 975 Reputation points Microsoft External Staff
0 answers

How to use same storage account for multiple azure ml workspaces

how can i use same storage account for multiple aml workspaces in same subscription with segregation of data esp like notebooks. What are the best practices?

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,211 questions
asked Apr 2, 2025, 10:00 PM
Pragadeesh 0 Reputation points
commented Apr 3, 2025, 8:54 PM
Saideep Anchuri 5,355 Reputation points Microsoft External Staff
0 answers

Unable to allow timely Azure Function to send emails

I have created a timely bases Azure function, and we enabled managed identity for it, as follow:- and i have this C# code to send email, but it is raising this exception (Email Error: Access is denied. Check credentials and try again.):- `var credential…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,617 questions
asked Apr 1, 2025, 12:53 AM
john john Pter 945 Reputation points
commented Apr 3, 2025, 8:53 PM
john john Pter 945 Reputation points
0 answers

Vector store search in OpenAI service returns "Resource not found"

Hello, I was able to create / upload files, create a vector store, everything, however I cannot make the search work. I'm wondering what might I be doing wrong. I'm able to GET the vector store resource as shown below, so it exists. But the search always…

Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
3,303 questions
asked Apr 3, 2025, 8:52 PM
Elier Delgado 0 Reputation points
0 answers

Azure Database for PostgreSQL Single Server v11 no longer visible in Azure Portal

I can no longer access my PostgreSQL Single Server v11 resource. This has been going on for several months and it still hasn't come back. The server functionally does work; connections to the DB server are still operational. However, I cannot manage the…

Azure Database for PostgreSQL
asked Apr 3, 2025, 8:52 PM
Bryan 26 Reputation points
2 answers

Azure Database for PostgreSQL resource not showing up in Azure portal

We have a postgres database, it is present in the subscription invoices. It is available for applications, but it is not visible in the resource group and is not visible anywhere except in the payment invoices.

Azure Database for PostgreSQL
asked Nov 20, 2024, 11:49 AM
Vlad Shendykov 5 Reputation points
edited a comment Apr 3, 2025, 8:49 PM
Bryan 26 Reputation points
0 answers

How do I get FilePicker to return a non-null result on MacCatalyst?

Maui Workload 9.0.14/9.0.100 SDK 9.0.200 XCode 16.3 (16e140) Mac OS Sequoia 15.3.2 Visual Studio Code 1.98.2 (Universal) I am developing a MAUI App that needs to run on Windows, MacOS and iOS (iPad only). I am trying to get…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
4,058 questions
asked Apr 2, 2025, 5:27 PM
Alex Phillips 0 Reputation points
commented Apr 3, 2025, 8:47 PM
Alex Phillips 0 Reputation points
0 answers

Printer installation via ip - print not found

Good evening. After updating Windows (24h2), I can't add my new Xerox printer by IP. I click on add printer manually, enter the IP address and it never finds the printer. The command line responds to ping(ping 192.168.1.225 -t). I can access the printer…

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
11,251 questions
asked Apr 3, 2025, 8:46 PM
Héber Reis 0 Reputation points
0 answers

We had a Function App start returning 500 errors but nothing had changed, a manual restart did not fix this only a redeployment of the Function App solved the problem

One of our Function Apps randomly stopped working and started returning a 500 server error (without any error details). A manual restart of the Function App did not resolve this problem. We resorted to a redeployment which fixed the issues but we are…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,617 questions
asked Apr 3, 2025, 7:40 PM
Kirk Potter 0 Reputation points
edited a comment Apr 3, 2025, 8:45 PM
Kirk Potter 0 Reputation points
0 answers

SQL Server Setup Error 2147467259 - The system cannot find the path specified

Hello, I am trying to install SQL Server 2022 on my Windows 10 Pro system using the EXE installer. I chose to install it on Drive D: as an adminstrator but the setup fails with the following error: Unable to install SQL Server (setup.exe) Exit code…

SQL Server Database Engine
asked Apr 3, 2025, 8:36 PM
Kingsley Gyan 0 Reputation points
edited the question Apr 3, 2025, 8:44 PM
Kingsley Gyan 0 Reputation points
1 answer

The UI definition Sandbox is not working

The UI definition Sandbox (docs) is not working. If I navigate to the sandbox (here) and click the Preview button, this error is shown: The same error is shown if I try to preview my own UI definitions

Azure Resource Mover
Azure Resource Mover
An Azure service used for moving multiple resources between Azure regions.
266 questions
asked Apr 1, 2025, 10:01 AM
MWL88 0 Reputation points
answered Apr 3, 2025, 8:39 PM
Pranay Reddy Madireddy 3,105 Reputation points Microsoft External Staff