347,545 questions

Sort by: Updated
0 answers

Microsoft missed scope validation on their side while sending an email

Hi! When you send a request to https://graph.microsoft.com/v1.0/me/sendMail and try to create and send an email, you can do it without the "Mail.Send" and "Mail.ReadWrite" scopes. When your access token doesn't have these permissions,…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,800 questions
asked 2024-05-21T12:46:59.2633333+00:00
Dmytro Maliuta 0 Reputation points
0 answers

logicapp 3 files and and 3 folders

HI Team, there are 3 file name a,b,c files in one folder and needs to move to adls container where year month date folders should be created files to be loaded in x,y,z path i.e. folder1- a,b,c folder_x = a folder_y=b folder_z=c and it should create sub…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,892 questions
asked 2024-05-21T08:57:50.9833333+00:00
Vineet S 185 Reputation points
commented 2024-05-21T12:46:58.4+00:00
Vineet S 185 Reputation points
0 answers

How to filter/query multiple messages with Microsoft Graph API

Hello ! I would like to filter / query on custom attributes on /messages I have an Azure mail server that allows me to retrieve received emails via Microsoft's Graph API. I would like to avoid retrieving all emails and instead only retrieve those…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,800 questions
asked 2024-05-21T12:20:42.2466667+00:00
Hugo Dauphin 0 Reputation points
commented 2024-05-21T12:46:48.97+00:00
Hugo Dauphin 0 Reputation points
2 answers

How to fix "Microsoft.Azure.Storage.Common: Operation could not be completed within the specified time."?

Hi, I have been facing this issue, in my function app. These function app has two triggers: Event Grid Trigger Event Hub Trigger The first one works fine but the second one (Event Hub Trigger) is facing some issues. The 2nd function is not…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,358 questions
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,737 questions
Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
566 questions
asked 2024-05-20T11:44:35.4333333+00:00
Pandit, Upendra 0 Reputation points
commented 2024-05-21T12:46:46.9866667+00:00
Pandit, Upendra 0 Reputation points
0 answers

Error 100 when opening Visio file from online SharePoint in desktop app

Hello Team, Our client has encountered an error 100 when trying to open Visio files from online SharePoint in the desktop app. The files can be opened when downloaded to the file explorer, but not when opened directly from the online platform. We have…

Visio
Visio
A family of Microsoft products used to create diagrams and vector graphics.
78 questions
asked 2024-05-16T03:06:10.6533333+00:00
Nisk 30 Reputation points
commented 2024-05-21T12:46:24.0966667+00:00
Nidish Kotian 0 Reputation points
1 answer

Missing webhook notification for new emails intermittently with active subscriptions

We have created azure function which will get triggered for new email and process it. But for some strange reason some times it is not getting triggered for some mails. So to resolve that we had to create missing function which will check if there is any…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,358 questions
asked 2024-05-14T11:52:34.06+00:00
Aarsh Patel 0 Reputation points
commented 2024-05-21T12:46:14.9466667+00:00
Aarsh Patel 0 Reputation points
1 answer

Choosing customer managed while creating the VM itself

is there any way that while creating the VM itself we can choose customer managed , if yes how?

Azure Update Manager
Azure Update Manager
An Azure service to centrally manages updates and compliance at scale.
250 questions
asked 2024-05-08T09:55:58.05+00:00
Varma 1,190 Reputation points
answered 2024-05-21T12:46:07.99+00:00
AnuragSingh-MSFT 20,431 Reputation points
0 answers

SQL Express Server Installation Documentation

I am curious if there is any official documentation on installing SQL Express. Let me know if this is the case. Thank you!

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,870 questions
asked 2024-05-21T12:45:01.2033333+00:00
Carter Benike 0 Reputation points
1 answer

Upgrade GitHub App Azure-Sentinel

We have been using the Azure-Sentinel GitHub App to synchronize our repository to Sentinel. Its been a while since its been installed and lately we have been getting the following error: deploy-content Node.js 16 actions are deprecated. Please update…

Microsoft Sentinel
Microsoft Sentinel
A scalable, cloud-native solution for security information event management and security orchestration automated response. Previously known as Azure Sentinel.
999 questions
asked 2024-05-20T19:24:19.46+00:00
George Zerphey 131 Reputation points
edited a comment 2024-05-21T12:42:09.2666667+00:00
George Zerphey 131 Reputation points
1 answer

Identify display orientation (flipped or not) in Win32 app

Hello, In Win32 app, I want to capture event when display orientation is changed. below is the sample code snippet to get an idea: LRESULT CALLBACK WindowProc(HWND hWnd, UINT messageCode, WPARAM wParam, LPARAM lParam) { switch (messageCode) { …

Windows API - Win32
Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,443 questions
asked 2024-05-21T11:57:06.57+00:00
Shyam Butani 70 Reputation points
edited a comment 2024-05-21T12:41:31.3233333+00:00
David Lowndes 2,360 Reputation points MVP
0 answers

VS Nuget doesn't work with MAUI but does with WPF

I'm currently using Visual Studio Professional 2022 17.8.9. If I create a WPF project, I'm able to browse Nuget packages. However, if I create a MAUI project and try to browse Nuget, I get the following error message - [nuget.org] Unable to load the…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,447 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,681 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,966 questions
asked 2024-05-20T19:47:16.7166667+00:00
Surico, Joseph [CCC-OT] 0 Reputation points
edited the question 2024-05-21T12:40:25.04+00:00
Surico, Joseph [CCC-OT] 0 Reputation points
1 answer One of the answers was accepted by the question author.

Is there a way to create an Azure alert on a security group?

Hi, Does anyone know if it is possible to create an Azure alert on security groups?

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,858 questions
asked 2024-05-02T14:34:35.6166667+00:00
Djaswant Soares 20 Reputation points
commented 2024-05-21T12:40:12.38+00:00
Djaswant Soares 20 Reputation points
1 answer

Remove specific user from ACL via Powershell

I want to Remove a specific user from ACL via Powershell. Not just the permission of the user for the folder. I want the user gone from the directory. The following post discribes my problem perfectly but the solution leads me to an 404 error^^ …

PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,139 questions
asked 2024-05-21T09:46:18.9766667+00:00
Simon Krausse 0 Reputation points
answered 2024-05-21T12:38:54.0666667+00:00
MotoX80 32,091 Reputation points
0 answers

Is it possible to submit a batch run with evaluation programmatically in Azure AI Studio?

https://learn.microsoft.com/en-us/azure/ai-studio/how-to/flow-bulk-test-evaluation#submit-a-batch-run-and-use-an-evaluation-method Can these steps be completed programmatically via SDK? Are there plans to support this?

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,262 questions
asked 2024-05-21T12:31:41.63+00:00
Nikola 0 Reputation points Microsoft Employee
edited the question 2024-05-21T12:38:04.9566667+00:00
Nikola 0 Reputation points Microsoft Employee
0 answers

Hyper-V Error, "Cannot Connect to the Virtual Machine"

I have a brand new computer and I'm trying to get a Hyper-V virtual machine up and running but i keep getting the error, "Cannot Connect to the Virtual Machine". I have enabled virtualization in the BIOS. I can see the machine in the Hyper-V…

Hyper-V
Hyper-V
A Windows technology providing a hypervisor-based virtualization solution enabling customers to consolidate workloads onto a single server.
2,567 questions
asked 2024-05-21T12:37:58.72+00:00
AdrianeS 0 Reputation points
1 answer

Windows keeps changing default printers

I have two session hosts in Azure VDI that I am using for user sessions with FSLogix being utilized for user profiles. I have multiple users whose default printer keeps changing to a "virtual" printer such as the Adobe PDF printer or a Webex…

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,258 questions
Windows Server Printing
Windows Server Printing
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Printing: Printer centralized deployment and management, scan and fax resources management, and document services
645 questions
asked 2022-12-07T15:10:38.123+00:00
James Janusek 6 Reputation points
commented 2024-05-21T12:36:58.8666667+00:00
Gonzales, Caryl 0 Reputation points
0 answers

Offline capability

Hi, We have a requirement to make our application work in offline mode. Currently, we are using the Bing Maps v8 API. Is it possible to use Bing Maps in offline mode? We are also exploring Azure Maps. Is it possible to achieve offline capability using…

Azure Maps
Azure Maps
An Azure service that provides geospatial APIs to add maps, spatial analytics, and mobility solutions to apps.
601 questions
asked 2024-05-21T12:36:27.5+00:00
Balasaheb Molawade 136 Reputation points
1 answer

What properties should be defined in Terraform code for selecting multiple subscriptions in dynamic scope in maintenance configuration?

In the below code need help to modify terraform code to select multiple subscription in dynamic scope. Setting screenshot attached. mm dyanamic scope.png resource "azapi_resource" "vm_maintenance_assignment" { type =…

Azure Update Manager
Azure Update Manager
An Azure service to centrally manages updates and compliance at scale.
250 questions
asked 2024-05-21T11:10:20.1+00:00
Fahad Charoliya 0 Reputation points
answered 2024-05-21T12:36:12.0466667+00:00
Stanislav Zhelyazkov 21,506 Reputation points MVP
2 answers

SQL Server Snapshot Agent suddenly getting error 1130 when trying to connect to Azure File Storage

I have the following SQL Server Replication Setup Publisher server is an Azure SQL Managed Instance, Subscriber server is the same server Storage is Azure File Share I'm trying to setup replication from a database on a managed instance (DB_1) to another…

Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,179 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,870 questions
asked 2024-05-20T14:03:49.28+00:00
Bert 0 Reputation points
edited an answer 2024-05-21T12:35:07.1433333+00:00
Anand Prakash Yadav 6,465 Reputation points Microsoft Vendor
1 answer

Invalid property name error in ADF Copy Data Activity

We have created pipelines for copying data from sharepoint. We have configured our copy data activity to store the file with some metadata also like author name, title, link, last modified, etc. Now for some files I'm getting below…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,710 questions
asked 2024-05-21T11:28:35.1366667+00:00
Rayne 20 Reputation points
answered 2024-05-21T12:33:36.0066667+00:00
Amira Bedhiafi 16,071 Reputation points