296,521 questions

Sort by: Updated
3 answers

unable to resize the dialog using the new functions provided in teams version v2.23

The CDN being used : <script     src="https://res.cdn.office.net/teams-js/2.23.0/js/MicrosoftTeams.min.js"     integrity="sha384-08XJvrutoSVYTA8PQeUgetTKn8B7JE73C5BdAfWnHZ5WnSFFQO6g1FGmSqxsrAzb"    …

Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,946 questions
asked 2024-05-22T14:39:28.1933333+00:00
Sai Sankar Matam 5 Reputation points
answered 2024-06-10T08:25:17.27+00:00
Nivedipa-MSFT 2,806 Reputation points Microsoft Vendor
1 answer

Azure Retirement: Azure Kubernetes Service 2022-11-02-preview API end of life is 20 June 2024

I have received this notice earlier. How i am suppose to see which API CLI is using? The query provided in notification is not working. API_VERSION=2022-04-01-preview az monitor activity-log list --offset 30d --max-events 10000 --namespace…

Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,912 questions
asked 2024-06-09T20:36:14.0533333+00:00
Venkat Tharun D A 0 Reputation points
commented 2024-06-10T08:24:48.2633333+00:00
Anveshreddy Nimmala 3,115 Reputation points Microsoft Vendor
2 answers

Automation Account Schedules not triggering, is it due to service outage?

My Runbooks are working fine, but the schedule is not triggering them. Is there a known issue with the Automation Account Schedules service that could cause this?

Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,155 questions
asked 2024-05-30T20:33:45.55+00:00
geoffrey 5 Reputation points
commented 2024-06-10T08:20:37.87+00:00
AnuragSingh-MSFT 20,981 Reputation points
1 answer

how to disconnect outlook email from google workspace

I recently signed up for google workspace and I connected my outlook email address so now all emails sent to my outlook address go to the google workspace account. I want to keep google workspace but no longer want it routing my outlook emails to the…

Outlook
Outlook
A family of Microsoft email and calendar products.
3,186 questions
asked 2024-06-08T20:26:22.84+00:00
Lisa C 0 Reputation points
answered 2024-06-10T08:19:56.5366667+00:00
Faery Fu-MSFT 17,551 Reputation points Microsoft Vendor
5 answers

Microsoft edge Group policy issue

We purchased the following models of Dell desktops and we have been configured specific group policies for Edge via Active Directory from AD. However, upon opening Edge under my domain user account on that PC, it doesn't seem to be applying any…

Microsoft Edge
Microsoft Edge
A Microsoft cross-platform web browser that provides privacy, learning, and accessibility tools.
2,197 questions
asked 2024-06-09T12:13:49.9066667+00:00
Mohammed Kasim 0 Reputation points
answered 2024-06-10T08:19:22.5566667+00:00
ShiJieLi-MSFT 8,106 Reputation points Microsoft Vendor
3 answers

Make Class disposable

Hello, Here's a class I use to log off the user, etc, the usage: Dim IExitWindows As New WinExitClass IExitWindows.PowerOffWindows() How can I make this class disposable? Couldn't figure out how to add disposable so instead of: Dim IExitWindows As New…

VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,619 questions
asked 2024-06-09T16:31:59.73+00:00
StewartBW 565 Reputation points
edited a comment 2024-06-10T08:18:27.7133333+00:00
KOZ6.0 5,550 Reputation points
1 answer

How can I find out if my video view is on top of my game view in my Android .NET 7.0 project?

I want to play a video in my Android .NET 7.0 project. I have installed the NuGet package XamarinMediaManager version 1.2.2: https://github.com/Baseflow/XamarinMediaManager But the problem is that I only hear the sound of the video when I debug on my…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,032 questions
asked 2024-06-09T21:02:21.89+00:00
Kim Strasser 686 Reputation points
answered 2024-06-10T08:16:32.3466667+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 37,266 Reputation points Microsoft Vendor
1 answer

Desktop Outlook failing to send e-mails, Web application working

Good afternoon, we have a handful of end users that are experiencing the same issue. When attempting to send e-mails via the Outlook desktop application e-mails are sent to the outbox and never get delivered. When attempting to send the same e-mail via…

Microsoft Exchange Online
Outlook
Outlook
A family of Microsoft email and calendar products.
3,186 questions
asked 2024-06-06T20:49:10.45+00:00
James Schwarz (ETS DRX US) 0 Reputation points
commented 2024-06-10T08:15:11.0866667+00:00
Mike Hu-MSFT 1,255 Reputation points Microsoft Vendor
1 answer

Operation aborted (Exception from HRESULT: 0x80004004 (E_ABORT)) in Visual Studio 2022

I want to create new solution in visual studio 2022(any template) but then i face an error: Operation aborted (Exception from HRESULT: 0x80004004 (E_ABORT)). But i can still open exist project. I tried: Uninstall and install visual studio but face same…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,743 questions
asked 2024-06-10T03:18:38.8766667+00:00
An Thuyen 0 Reputation points
answered 2024-06-10T08:14:45.26+00:00
Anna Xiu-MSFT 27,091 Reputation points Microsoft Vendor
2 answers

Office365 email alias

Hello, Let say i have exchange email account named user1@mydomain.com then i have application to monitor servers and this app will send email notification if the server have trouble. Can i make an alias under user1@mydomain.com and the alias name for…

Microsoft Exchange Online
Exchange Server
Exchange Server
A family of Microsoft client/server messaging and collaboration software.
1,130 questions
asked 2024-06-05T06:12:59.18+00:00
Handian Sudianto 4,266 Reputation points
commented 2024-06-10T08:13:31.0033333+00:00
Mike Hu-MSFT 1,255 Reputation points Microsoft Vendor
3 answers One of the answers was accepted by the question author.

Which is better to use, DbContext.Add() or DbSet.Add()?

Hi, If you allow, I would like to ask a question. In CRUD operations, we can add to the database in two ways: DbContext.Add(object) and DbSet.Add(object). Which one is more correct to use? public class Context : DbContext { public DbSet<Category>…

Entity Framework Core
Entity Framework Core
A lightweight, extensible, open-source, and cross-platform version of the Entity Framework data access technology.
710 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,452 questions
asked 2024-06-10T07:02:43.7566667+00:00
Yalçın Mete 0 Reputation points
accepted 2024-06-10T08:12:51.1433333+00:00
Yalçın Mete 0 Reputation points
1 answer One of the answers was accepted by the question author.

Storage account (SFTP enabled) expose to public

I have a storage account with SFTP enabled. Currently, this can access anyone who in the internet. I don't want to expose my storage to the public. I want to allow only port 22 for this. also, We don't want to add single public IPs or networks. The goal…

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,528 questions
asked 2024-06-06T13:36:00.97+00:00
Pradeep Narangoda 20 Reputation points
commented 2024-06-10T08:11:59.8966667+00:00
Pradeep Narangoda 20 Reputation points
1 answer

Unable to connect to FTP folder setup on Windows Server 2022 Azure VM

Hi, I've setup a FTP server in a Windows Server 2022 Azure VM. Everything is fine and I can connect to the FTP folder using FileZilla FTP client but I'm not able to connect to the FTP folder outside of the VM, example, from my laptop. Any ideas? Thanks…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,353 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,383 questions
asked 2024-06-07T13:09:46.3+00:00
John Loh 0 Reputation points
commented 2024-06-10T08:11:23.95+00:00
John Loh 0 Reputation points
1 answer One of the answers was accepted by the question author.

await builder.StartAsync(); vs await builder.RunConsoleAsync

Hi, In worker service in NET 8 when to use: await builder.StartAsync(); and when await builder.RunConsoleAsync Thanks,

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,504 questions
asked 2024-06-10T05:26:21.28+00:00
Dani_S 3,026 Reputation points
accepted 2024-06-10T08:09:51.0433333+00:00
Dani_S 3,026 Reputation points
1 answer One of the answers was accepted by the question author.

ServiceNow as a replacement of Azure Application Insight

Hi Team, Is it possible to use ServiceNow as a replacement of Azure Application Insight to monitor all the Applications and azure resource health and performance check? Is it a good practise to do so? Any pros and cons? Which service is more economical…

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,911 questions
asked 2024-06-07T13:29:53.3666667+00:00
Kaushik Dutta 40 Reputation points
commented 2024-06-10T08:09:09.9066667+00:00
Kaushik Dutta 40 Reputation points
2 answers

Automated publishing of Data Factory with DevOps

I've been following the instructions in Automated publishing for continuous integration and delivery to build the ARM templates for Data Factory. The Validate job seems to run successfully in Azure DevOps, but I do see some errors in the logs: …

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,848 questions
asked 2021-02-22T01:47:02.187+00:00
Avin Mathew 21 Reputation points
commented 2024-06-10T08:07:48.19+00:00
Xhevahir Mehalla 100 Reputation points
1 answer One of the answers was accepted by the question author.

Defender for container - Pricing question

Hello, I added an AKS-HCI Kubernetes cluster on Azure Arc, and I activated Defender for Containers. I’m not using the Azure registry. It has been 40 days since I integrated this, but I still don’t see any charges for Defender, even though it’s clearly…

Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,912 questions
Microsoft Defender for Cloud
Microsoft Defender for Cloud
An Azure service that provides threat protection for workloads running in Azure, on-premises, and in other clouds. Previously known as Azure Security Center and Azure Defender.
1,226 questions
asked 2024-06-06T08:06:30.5766667+00:00
Chelligue Hamza 40 Reputation points
commented 2024-06-10T08:06:41.3166667+00:00
kobulloc-MSFT 24,811 Reputation points Microsoft Employee
4 answers

¿Cómo eliminar una cuenta de un antiguo empleador de microsoft autenticador android?

Cordial saludo. En la App Autenticador de Microsoft android que tengo con mi cuenta personal, agregué la cuenta de empresa que me proporcionaron para el trabajo. Yo ya no estoy empleado en esa empresa y la cuenta fue eliminada. Ahora en el autenticador…

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,771 questions
asked 2024-04-18T11:44:18.77+00:00
Cesar Ruiz 5 Reputation points
answered 2024-06-10T08:06:17.32+00:00
Daniel Sáez Cases 0 Reputation points
3 answers

Exchange 2016 on prem Autodiscover not working

Some time over the last month, an issue has arisen with our exchange 2016 server Autodiscovery. Attempting to configure an outlook 2016 client I could not connect to the exchange 2016 server. The client is being configured on the internal LAN. I have…

Exchange Server
Exchange Server
A family of Microsoft client/server messaging and collaboration software.
1,130 questions
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,424 questions
Microsoft Exchange
Microsoft Exchange
Microsoft messaging and collaboration software.
421 questions
asked 2024-06-03T14:27:10.49+00:00
Billy Profitt 96 Reputation points
edited an answer 2024-06-10T08:02:31.47+00:00
Mike Hu-MSFT 1,255 Reputation points Microsoft Vendor
1 answer

Workflows in SPO

Hi members, I have SharePoint online and I cannot create workflows in it. I tried to enable all the necessary features for workflows but I get below error when i try to create Workflow.

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,969 questions
SharePoint Workflow
SharePoint Workflow
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Workflow: An orchestrated and repeatable pattern of business activity, enabling data transformation, service provision, and information retrieval.
535 questions
asked 2024-06-10T04:15:06.31+00:00
Prajkta Patil 61 Reputation points
answered 2024-06-10T08:01:57.86+00:00
Yanli Jiang - MSFT 22,341 Reputation points Microsoft Vendor