424,488 questions

Sort by: Updated
1 answer

Graph api https://graph.microsoft.com/v1.0/subscriptions not accessible across managed identity & environment credentials

I am having an issue with the /create subscriptions using the https://graph.microsoft.com/v1.0/subscriptions endpoint. I have resources deployed under the same app registration. In one app service I am using a managed identity (of the app service) to…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,359 questions
asked 2025-03-14T13:38:42.27+00:00
Emma Sutton 0 Reputation points
answered 2025-03-28T10:42:44.06+00:00
Aashutosh Tiwari - MSFT 5 Reputation points Microsoft External Staff
0 answers

Azure Webapp Startup Failure (HTTP pings)

Hello, I've deployed a webapp through a local git push. When I look for my startup.sh file (or any files) in wwwroot, it cannot be found. I have the PORT and WEBSITE_PORT values set to 8000 in my app settings. I've tried redeploying and restarting.…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,521 questions
asked 2025-03-27T15:02:06.7266667+00:00
TDNA 0 Reputation points
edited a comment 2025-03-28T10:41:44.6266667+00:00
Bhargavi Naragani 2,320 Reputation points Microsoft External Staff
0 answers

Files uploaded via FTP to the web app are not sync'd to the web server root folder

When we upload files to /home/site/wwwroot via FileZilla (FTP) they are not automatically copied to the nginx server doc root /var/www/wordpress/. However, if we create or modify them via ssh they are copied instantly. It's like the FTP transaction is…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,521 questions
asked 2025-03-28T10:35:57.77+00:00
Rob Knobben 0 Reputation points
0 answers

Error Getting Access Token from Azure Gen2 Storage in Azure ML Feature Store

While attempting to read data using the feature store client in the materializer, an error is encountered related to obtaining an access token for both MSI and individual users. The error appears inconsistently, suggesting it may be a timeout issue.…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,202 questions
asked 2025-03-28T00:03:18.8833333+00:00
Bharath Jhadey 0 Reputation points Microsoft Employee
commented 2025-03-28T10:35:50.8+00:00
SriLakshmi C 3,580 Reputation points Microsoft External Staff
2 answers

Why does disable on a device not disable the device

I am using Azure IoT Hub and DPS. We have implemented reprovisioning once a device is blocked in Azure IoT Hub. When i disable the device in Azure IoT Hub by setting "Enable connection to IoT Hub" to false, clicking save and then rebooting…

Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,252 questions
asked 2025-03-26T16:49:11.4566667+00:00
Oetze van den Broek 131 Reputation points
edited a comment 2025-03-28T10:32:51.7733333+00:00
Oetze van den Broek 131 Reputation points
0 answers

Persistent ID3035 Error with /_api/SPSiteManager/create Despite Correct Permissions

Hello, I’m attempting to create a SharePoint site using the /_api/SPSiteManager/create endpoint with an Azure AD app that has Sites.FullControl.All permissions. Despite ensuring the token audience is 00000003-0000-0ff1-ce00-000000000000 (or…

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,477 questions
asked 2025-03-28T10:31:52.9666667+00:00
Amal Nouira 0 Reputation points
1 answer

Can't sign in to office desktop : we can't connect you - HTTP 302 when using SAML SSO Account

We have set up Entra External Identity (SAML 2.0 IdP Provider) to enable login access to Office 365 applications. The process works as follows: when a user attempts to log in to Office apps, they are redirected to our Single Sign-On (SSO) page. After…

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.
3,097 questions
asked 2025-03-21T01:48:10.43+00:00
Muhammad Farid Rahmatulloh 0 Reputation points
commented 2025-03-28T10:30:54.2033333+00:00
Harshitha Eligeti 2,080 Reputation points Microsoft External Staff
1 answer

How to unenroll my PC from MDM without reaching out to the admin?

My PC (win10 22H2) enrolled in device management at Entra account registration page by mistake. Maybe it has been enrolled in the MDM too. But being managed by the MDM is not what I wanted. Then I went to the **"**Settings > Accounts > Access…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
23,843 questions
asked 2025-03-22T11:14:50.31+00:00
SUIKA_001 0 Reputation points
commented 2025-03-28T10:30:27.5833333+00:00
Harshitha Eligeti 2,080 Reputation points Microsoft External Staff
1 answer

Single Sign On with Edge InPrivate Browser

Hi i've just setup SSO using the guide below and it mentions testing SSO using Edge in-private browser, however when i try this it take me to the usual login screen, SSO otherwise seems to the be working fine as i was able to create a new outlook profile…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
23,843 questions
asked 2025-03-24T17:06:02.0366667+00:00
Raymond Brooks 191 Reputation points
commented 2025-03-28T10:29:49.2833333+00:00
Harshitha Eligeti 2,080 Reputation points Microsoft External Staff
1 answer

Health Probe Configuration for Azure Storage Account Behind Azure Application Gateway

In a scenario where Azure Storage Accounts are behind an Azure Application Gateway with WAFv2, the public network access of the storage account is disabled, and it has a private endpoint. Anonymous access and SAS tokens are also disabled on the storage…

Azure Application Gateway
Azure Application Gateway
An Azure service that provides a platform-managed, scalable, and highly available application delivery controller as a service.
1,151 questions
asked 2025-03-27T09:21:40.65+00:00
Wicki, Sandro 0 Reputation points
commented 2025-03-28T10:29:39.9633333+00:00
Praveen Bandaru 1,410 Reputation points Microsoft External Staff
1 answer One of the answers was accepted by the question author.

How to make Eventhub Consumer resilient?

I am building a consumer application(Spring boot application running on AKS) that consumes and processes events from Azure Event Hub topics (Enterprise solution hosted on a different subscription) and updates data in a database. Note: Eventhub is…

Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
702 questions
asked 2025-03-26T12:41:58.8733333+00:00
Shruti 40 Reputation points
accepted 2025-03-28T10:28:54.5666667+00:00
Shruti 40 Reputation points
2 answers

Stopping POST Behavior from INput Button

Hello everyone and thanks for the help in advance. I am developing an Asp.Net Core application that uses jQuery ajax to post data to a controller that returns a partial view to update the page. Since this is an ajax call, I don't want return the…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,807 questions
asked 2025-03-27T22:20:55.7933333+00:00
Kmcnet 1,006 Reputation points
answered 2025-03-28T10:28:07.8666667+00:00
AgaveJoe 29,946 Reputation points
4 answers

ACEOLEDB.DLL from Microsoft 365 Apps crash with Exception code 0xc0000005

ACEOLEDB.DLL from Microsoft 365 Apps (at least versions 16.0.14228.20248, 16.0.14430.20006, 16.0.14701.20040 in "C:\Program Files\Microsoft Office\root\VFS\ProgramFilesCommonX64\Microsoft Shared\OFFICE16\") appear to cause an application crash…

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,894 questions
Access Development
Access Development
Access: A family of Microsoft relational database management systems designed for ease of use.Development: The process of researching, productizing, and refining new or existing technologies.
899 questions
asked 2021-12-29T20:18:30.603+00:00
Jmenninkainen 31 Reputation points
commented 2025-03-28T10:27:17.0633333+00:00
1 answer

Reg: Azure Services billing period

Hi, I would like to clarify the billing period for Azure services. Currently, I notice that invoices for Azure Marketplace and Reservations are generated from the start of the month to the end of the month. However, for Azure Services, the billing period…

Azure Cost Management
Azure Cost Management
A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
3,173 questions
asked 2025-03-28T10:14:45.6133333+00:00
munisekhar 0 Reputation points
answered 2025-03-28T10:26:21.3266667+00:00
TP 112.3K Reputation points
0 answers

Python Streamlit Real-time Speech-to-Text with Azure SDK Issues

A Python Streamlit app is being developed to allow live transcription using streamlit_webrtc and Azure Speech SDK. The existing implementation can save and play recorded audio from the web, but live transcription is not functioning as expected. Here is…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,956 questions
asked 2025-03-19T16:12:36.9+00:00
Raffaele Aldrigo 0 Reputation points
commented 2025-03-28T10:26:21.2766667+00:00
JAYA SHANKAR G S 1,615 Reputation points Microsoft External Staff
2 answers One of the answers was accepted by the question author.

Learn Program

I cannot see the remaining time on Lessons, I cannot see the questions on Knowlage check, I cannot see the xp on the page. Tried different browsers and different computers.

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.
2,283 questions
asked 2025-03-25T14:14:09.62+00:00
commented 2025-03-28T10:26:17.0566667+00:00
Kiran P 7,250 Reputation points Microsoft External Staff
1 answer One of the answers was accepted by the question author.

Issue_Access Lab Accounts

I am accessing this course: https://learn.microsoft.com/en-us/training/modules/plan-config-global-address-book-finance-operations/4-exercise I can not access the Lab because of blocking password (image attached) Could you help me check? This…

Dynamics 365 Training
Dynamics 365 Training
Dynamics 365: A Microsoft cloud-based business platform that provides customer relationship management and enterprise resource planning solutions.Training: Instruction to develop new skills.
170 questions
asked 2025-03-25T04:12:56.0733333+00:00
Le Minh Anh (IT) 20 Reputation points
commented 2025-03-28T10:26:13.0166667+00:00
Kiran P 7,250 Reputation points Microsoft External Staff
0 answers

Can not get MARS agent backups to report to the Recovery vault. Can not update on-prem MARS agent.

I have a non-Azure Server (on Premise - Win2012) running MARS Agent for Backup of Files and Folders. The Backup appears to be running normally (Server Perspective) -- using the agent software on server the backup jobs completes daily. BUT - the Recovery…

Azure Backup
Azure Backup
An Azure backup service that provides built-in management at scale.
1,407 questions
asked 2025-03-26T14:31:07.8066667+00:00
Chris Cross 0 Reputation points
edited a comment 2025-03-28T10:26:02.81+00:00
Vinod Pittala 1,085 Reputation points Microsoft External Staff
1 answer

windows 11 build on qemu+kvm and ARMv8 device can not start if the qemu shutdown abnormally

Hi windows: i have an ARM mobile device which supports kvm and qemu, then i built an ARM windows 11 VM base on qemu and kvm. it works well in most of the time, but when the device shutdown or qemu is kill by force, then windows VM will not start as…

Hyper-V
Hyper-V
A Windows technology providing a hypervisor-based virtualization solution enabling customers to consolidate workloads onto a single server.
2,839 questions
asked 2025-03-25T11:26:32.74+00:00
baowen zheng 0 Reputation points
commented 2025-03-28T10:24:00.06+00:00
essjae 256 Reputation points
1 answer

SAP Sentinel Solution Agentless Connector - Initial connector configuration error

When deploying the Agentless Sentinel SAP Connector according to https://learn.microsoft.com/en-us/azure/sentinel/sap/deploy-sap-security-content?pivots=connection-agentless. When pressing the "Deploy required azure resources", I get the error:…

Microsoft Sentinel
Microsoft Sentinel
A scalable, cloud-native solution for security information event management and security orchestration automated response. Previously known as Azure Sentinel.
1,248 questions
asked 2025-03-24T10:22:14.2133333+00:00
Christian El-Salloum 0 Reputation points
commented 2025-03-28T10:22:53.51+00:00
Navya 16,925 Reputation points Microsoft External Staff