289,915 questions

Sort by: Updated
3 answers

How to retrieve CPU and memory metrics for all Azure App Services

I am trying to retrieve CPU and memory metrics (Max, Min, Avg) for all App Services in a specific Azure subscription: # Connect to Azure account Connect-AzAccount -UseDeviceAuthentication # Specify the subscription ID …

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,811 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,082 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,916 questions
asked 2023-06-29T18:33:20.7133333+00:00
MoTaar 290 Reputation points
answered 2024-05-06T11:50:13.9533333+00:00
Balakrishna Patibandla 0 Reputation points
1 answer

How do I send email from Linux machines to Microsoft 365 accounts with oauth2

I have been using app passwords successfully to authenticate users in Linux web applications and to send emails to users. A few days ago, this stopped working. SMTP Auth methods no longer work. My account settings show that Authenticated SMTP can access…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,570 questions
asked 2024-05-02T15:22:32.5333333+00:00
Patrick McTiernan 0 Reputation points
answered 2024-05-06T11:48:45.62+00:00
Navya 4,005 Reputation points Microsoft Vendor
2 answers

Undocumented disconnect code 4408 - meaning?

Hi, I am troubleshooting temporary RDP drops on some sessions, and have found that they are frequently marked with a disconnect code '4408'. I can't seem to find this in documentation of client disconnect codes. …

Remote Desktop
Remote Desktop
A Microsoft app that connects remotely to computers and to virtual apps and desktops.
4,252 questions
asked 2022-01-27T23:08:08.663+00:00
Daniel Bergamin 11 Reputation points
answered 2024-05-06T11:47:58.49+00:00
Jeffrey Bostoen 0 Reputation points
1 answer

Unable to decrease Container Registry storage

I used the CLI "purge" commands to delete old images (everything older than a year). I can see in the GUI that the old image versions are no longer available. I also enabled the retention period (tried different settings between 0 and 365…

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
395 questions
asked 2024-05-06T08:16:16.0333333+00:00
Hannes Sachsenhofer 0 Reputation points
answered 2024-05-06T11:42:45.6033333+00:00
Prrudram-MSFT 22,381 Reputation points
1 answer

Azure VPN client "Operation Canceled by user"

We need to use the Azure VPN Client from the Microsoft store to gain access to our development environments. I have a single user that cannot use the Azure VPN client for out ERP dev connection. The user is able to successfully log in from any other…

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,391 questions
asked 2023-06-05T15:18:45.9166667+00:00
Aaron Christie 5 Reputation points
commented 2024-05-06T11:42:30.5633333+00:00
PI_imo 0 Reputation points
2 answers

How to add subfolders to the azure functions app using VScode?

Hello there, I have sub folders "assets" and "components" inside the content directory of my azure function app. I want to copy these folders to the output directory. How to do that? I tried including this to my .csproj file but it…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,299 questions
asked 2024-05-01T10:03:16.4+00:00
Adwait Naik 40 Reputation points
answered 2024-05-06T11:41:13.42+00:00
Adwait Naik 40 Reputation points
1 answer

How to return file name and last modified from fileshare on azure storage using java spring boot

How to return file name and last modified from files hare on azure storage using java spring boot // Retrieve the storage account from the connection string. CloudStorageAccount storageAccount = CloudStorageAccount.parse(connectString); // Create a…

Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,170 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
874 questions
Azure Spring Apps
Azure Spring Apps
An Azure platform as a service for running Spring Boot applications at cloud scale. Previously known as Azure Spring Cloud.
110 questions
asked 2024-05-06T06:18:06.8766667+00:00
Lavate, Ramchandra (Cognizant) 0 Reputation points
answered 2024-05-06T11:37:14.01+00:00
Nehruji R 2,051 Reputation points Microsoft Vendor
3 answers

How to fill a ListView?

Dear all, I'm a beginner in C#. Could anyone tell me how to fill a ListView?

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,279 questions
asked 2024-04-30T05:22:04.94+00:00
BenTam 1,561 Reputation points
commented 2024-05-06T11:36:34.7866667+00:00
Karen Payne MVP 35,116 Reputation points
4 answers

WSL 2: "sudo apt-get update" gives "Temporary failure resolving ..." error

Installed WSL 2 (Debian, but previously tried Ubuntu with same issues). Installation went smoothly, but when I tried the following: wsl2-prompt> sudo apt-get update I get the following output to the terminal: Err:1…

Windows 10 Network
Windows 10 Network
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Network: A group of devices that communicate either wirelessly or via a physical connection.
2,274 questions
asked 2022-03-29T01:45:14.467+00:00
PMM 11 Reputation points
answered 2024-05-06T11:36:20.01+00:00
Guilherme Macêdo da Cruz 0 Reputation points
1 answer

Is it possible to create webhooks with a personal account to listen to changes in an Excel file using Microsoft Graph?

I want to create a webhook to listen for changes in excel files. This is the code I have: { "changeType": "updated", "notificationUrl":"xxx.com/notificationClient/", …

Microsoft 365
Microsoft 365
Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line.
3,836 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,657 questions
asked 2024-04-03T22:24:34.7066667+00:00
Oscar González 0 Reputation points
answered 2024-05-06T11:35:42.1266667+00:00
Danstan Onyango 3,741 Reputation points Microsoft Employee
5 answers One of the answers was accepted by the question author.

Can't promote DC - "verification of prerequisites for active directory preparation failed "the specified user is not a member of the following groups"

Hello, I am trying to promote a DC into an existing domain. This is the account on the existing domain I am using.

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,176 questions
Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
5,900 questions
asked 2023-05-04T21:35:03.9633333+00:00
Boe Dillard 666 Reputation points
commented 2024-05-06T11:35:41.9866667+00:00
Nikša Pirović 0 Reputation points
1 answer

Speech Recognition Live transcription not detecting any other language instead of English

Hi, I am using Speech Recognition resource in my application for live transcription. It's perfectly going with English language but when I am trying to say in Hindi then it's not detecting. I want to create my application for multiple languages used in…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,406 questions
Azure AI Language
Azure AI Language
An Azure service that provides natural language capabilities including sentiment analysis, entity extraction, and automated question answering.
359 questions
asked 2024-04-27T06:16:27.79+00:00
Jagwant singh 0 Reputation points
commented 2024-05-06T11:31:21.9566667+00:00
Jagwant singh 0 Reputation points
1 answer

Why isn't the message recall working?

Hi. Exchange 2019, CU 14. On-premise. Message recall doesn't work. My office: Outlook online mode. When a user revokes messages, the employee just gets an additional email that I want to revoke it, but the email stays with the recipient. This is within…

Exchange Server
Exchange Server
A family of Microsoft client/server messaging and collaboration software.
1,084 questions
asked 2024-04-24T12:48:24.2633333+00:00
Андрей Михалевский 2,641 Reputation points
commented 2024-05-06T11:31:14.9+00:00
Андрей Михалевский 2,641 Reputation points
1 answer

COM timeout Excel

Microsoft 365 Excel version 2403. C# application (WPF on .Net 8) using excel COM interop ("automation") which adds a menu in the Excel application and setsup a click handler (in WPF). All works normally just fine, but when debugging and say…

Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,478 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,279 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,511 questions
asked 2024-04-24T07:13:01.6266667+00:00
Magne 126 Reputation points
commented 2024-05-06T11:29:18.6766667+00:00
RLWA32 40,651 Reputation points
2 answers

How to fix "you have no power options available for my domain users in Windows Server 2022 group policy management"

Users signed into my domain are not able to access the power options,after the users login they are unable to shut down the PC,when they click on the power button sign anytime they want to shut down,there is pop up which says "there are no power…

Windows
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.
4,773 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,176 questions
asked 2024-04-29T11:08:34.83+00:00
Ebenezer Teye Narh 0 Reputation points
commented 2024-05-06T11:29:07.7633333+00:00
Ebenezer Teye Narh 0 Reputation points
1 answer One of the answers was accepted by the question author.

Program crashes on start randomly

I have an application that streams audio over a websocket connection which records/renders it from the device. When the application launches, Windows closes it with the following error message displayed in the event viewer. Faulting application name:…

Windows
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.
4,773 questions
asked 2024-04-11T10:19:56.5+00:00
Preethi Ravi 55 Reputation points
edited the question 2024-05-06T11:27:48.69+00:00
Preethi Ravi 55 Reputation points
1 answer

Azure B2C Session timeout is not working as expected on password reset page

I applied below session settings in password reset journey as well as default user journey. But the session is not getting expired if browser is let idle for more then 15 min (Even tried after 2 hours). Session is only getting timeout after refreshing…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,570 questions
asked 2024-05-05T07:50:44.8266667+00:00
Ravi Kant Dubey Dubey 0 Reputation points
commented 2024-05-06T11:27:08.9266667+00:00
Babafemi Bulugbe 1,945 Reputation points MVP
2 answers

Multiple Tab Login AD B2C Get BadRequest

I have been working with ad b2c, sucesfully configured an app and created a login flow, I have already created a login connection using MSAL library with REACTJS, and is working good. However, if I open in 2 different tabs the url login, while in the…

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,652 questions
asked 2020-03-05T00:26:45.877+00:00
Alejandro Alvarez 6 Reputation points
commented 2024-05-06T11:24:33.7433333+00:00
Logesh Palani 1 Reputation point MVP
2 answers One of the answers was accepted by the question author.

Effects of turning off Security Defaults

We turned on Azure AD Security Defaults about a week ago but now need to turn it off and configure conditional access policies for MFA. About half of our accounts have registered for MFA authentication. Will our already registered accounts need to…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,570 questions
asked 2022-08-02T21:12:14.35+00:00
Jim Goyette 21 Reputation points
commented 2024-05-06T11:19:33.3466667+00:00
2 answers One of the answers was accepted by the question author.

How to set a signature default for new messages and reply/ forward messages in outlook using poweshell script

How can I use a PowerShell script to set a default signature for new emails and reply/forward messages in Outlook? We have created a new signature and pushed it out to all users in our organization, and now we want to automate the process of setting this…

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,357 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,370 questions
asked 2023-07-31T12:32:24.68+00:00
Athira Chandran 20 Reputation points
answered 2024-05-06T11:19:30.9366667+00:00
Topaz George 0 Reputation points