352,140 questions

Sort by: Updated
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
0 answers

Using Azure to optimize pricing strategies for car parts sales

A car company wants to optimize the pricing strategy for their vehicle spare parts using Azure tools. How can Azure machine learning or other available Azure tools be used to find an ideal price that increases profitability while retaining clients and…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,643 questions
asked 2024-06-10T08:14:57.2766667+00:00
Shahar Spencer 60 Reputation points
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

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:13:13.81+00:00
KOZ6.0 5,550 Reputation points
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
0 answers

Facing pipeline failure issue while running Data flow activity

Operation on target DataFlowFactSales failed: {"StatusCode":"DFExecutorUserError","Message":"Job failed due to reason: com.microsoft.dataflow.broker.InvalidOperationException: Only one valid authentication should be…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,848 questions
asked 2024-06-07T13:44:21.75+00:00
Shivani 0 Reputation points
edited a comment 2024-06-10T08:11:49.5833333+00:00
Harishga 4,640 Reputation points Microsoft Vendor
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
0 answers

Azure Communication Service IVR

How can I use my IVR code to play text-to-speech audio for a specific customer who calls the PSTN number? Only on my local machine does that audio play; it does not play on the client side.

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,466 questions
Azure Communication Services
Azure Communication Services
An Azure communication platform for deploying applications across devices and platforms.
730 questions
asked 2024-06-10T08:10:51.4233333+00:00
Soundhar M 5 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
0 answers

AVD Insights Host Performance Blade Empty after change to new Azure Monitoring Agent

Hi all, I have a quick question regarding the AVD Insights. Does anyone else currently have issues with the "Host Performance" blade showing "the query returned no results" for all the insights? I have this issue currently in multiple…

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
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,353 questions
Azure Virtual Desktop
Azure Virtual Desktop
A Microsoft desktop and app virtualization service that runs on Azure. Previously known as Windows Virtual Desktop.
1,406 questions
asked 2024-05-31T11:40:50.7433333+00:00
Tim Pepe Hubert-Tzschoppe 6 Reputation points
commented 2024-06-10T08:09:09.27+00:00
AnuragSingh-MSFT 20,981 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
0 answers

C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Microsoft\NuGet\17.0\Microsoft.NuGet.targets(198,5): Error : Your project does not reference "MonoAndroid,Version=v8.1" framework. Add a reference to "MonoAndroid,Version=v8.1" in t

When I am running the my Xamarin. Android project using Azure pipeline I am unable to build solution due to above error. Please see attached Release configuration of my project <PropertyGroup Condition=" '$(Configuration)|$(Platform)' ==…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,311 questions
asked 2024-06-06T09:37:51.6433333+00:00
Sk 61 Reputation points
commented 2024-06-10T08:06:49.7366667+00:00
Sk 61 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
0 answers

لا تظهر لي شهادة اتمام الدورة في خانة الدورات

لا تظهر لي شهادة اتمام الدورة في خانة الدورات This question is related to the following Learning Module

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,864 questions
asked 2024-06-10T06:41:51.44+00:00
أسماء الباحسين 0 Reputation points
commented 2024-06-10T08:05:38.8566667+00:00
AmaranS 2,945 Reputation points Microsoft Vendor
0 answers

Microsoft Partner Center verification keeps rejecting Employment verification step

Please help with understanding the verification process for Microsoft Partner Center. The verification team keeps rejecting the "Employment verification" step with an explanation - "we identified that the documents do not match the…

Microsoft Partner Center
Microsoft Partner Center
A Microsoft website for partners that provides access to product support, a partner community, and other partner services.
897 questions
asked 2024-05-31T09:54:20.4933333+00:00
Oleksandr Dmytrenko 5 Reputation points
commented 2024-06-10T08:05:29.88+00:00
Oleksandr Dmytrenko 5 Reputation points
0 answers

Run script on multiple users (using Excel table)

Hello everyone, im trying to build a PowerShell script that runs a command multiple times but with different URLs, but i cant quite understand how to build it. The point is to remove a user from the Share Point sites listed in the column D. So lets say…

Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,576 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,969 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,207 questions
asked 2024-06-10T08:03:49.4266667+00:00
Emiliano 0 Reputation points