296,519 questions

Sort by: Updated
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
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
1 answer

Curl not connecting to Azure Monitor

Hello, I am testing a connection from a container to Azure Monitor using curl but all the options I have tried so far have failed. I have confirmed that the connection is fine from my virtual network because I can successfully run tests with PowerShell…

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-05-31T11:30:48.5466667+00:00
Bombbe 1,611 Reputation points
answered 2024-06-10T08:01:31.0366667+00:00
AnuragSingh-MSFT 20,981 Reputation points
2 answers

How to restart the service when time is reach only once a day

Hi, in continue to https://learn.microsoft.com/en-us/answers/questions/1663229/service-monitor how to restart the service when time is reach only once a day ? protected override async Task ExecuteAsync(CancellationToken stoppingToken) { while…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,504 questions
asked 2024-06-06T10:23:27.6266667+00:00
Dani_S 3,026 Reputation points
commented 2024-06-10T08:00:42.35+00:00
Dani_S 3,026 Reputation points
2 answers

How to set up a free trail account for azure?

Iam contacting with respect to the creation of a free trial account.I have created a free trial account with my personal mail for study purpose. Now my friend setted up another account for his study purpose with his personal mail.But the debit card…

Azure Cost Management
Azure Cost Management
A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
2,177 questions
asked 2024-05-22T15:53:34.43+00:00
Rufaid P 0 Reputation points
edited a comment 2024-06-10T08:00:01.48+00:00
Rufaid P 0 Reputation points
1 answer

How to fix this while integrating Machine Learning UDF function to Azure Stream Analytics

Hi, I am trying to integrate my ML endpoint with Azure Stream Analytics, but failing to do so as I cannot save the below details: Here is my scoring script for the endpoint: import os import logging import json import joblib from azureml.core.model…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,642 questions
Azure Stream Analytics
Azure Stream Analytics
An Azure real-time analytics service designed for mission-critical workloads.
336 questions
asked 2024-06-04T15:28:29.2+00:00
Pradyumn Joshi 20 Reputation points
commented 2024-06-10T07:55:36.5+00:00
Pradyumn Joshi 20 Reputation points
2 answers One of the answers was accepted by the question author.

User in contributor group can not access file directly on Sharepoint on-premises site

My user tried to access a pptx file directly to the SharePoint Document library and got this message: I checked his permission and found that he existed in contributor group, it means he can access and edit this file. I also checked the permission of…

SharePoint Server
SharePoint Server
A family of Microsoft on-premises document management and storage systems.
2,267 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,969 questions
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.
2,748 questions
SharePoint Server Development
SharePoint Server Development
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Development: The process of researching, productizing, and refining new or existing technologies.
1,588 questions
SharePoint Server Management
SharePoint Server Management
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Management: The act or process of organizing, handling, directing or controlling something.
2,858 questions
asked 2024-06-05T09:49:09.1466667+00:00
Mr.Hoang Nghiem Huy 20 Reputation points
commented 2024-06-10T07:55:01.3133333+00:00
Mr.Hoang Nghiem Huy 20 Reputation points
12 answers

error windows update 0x800f0905

Hello Guys,  I have a problem while update windows server 2022 for the KB5023705 the download ok but installation failed  if someone have a solution or an advice  I tried a lot of solution found: restarting the windows  windows update troubleshoot…

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 2023-04-04T08:58:49.8133333+00:00
Amine 31 Reputation points
commented 2024-06-10T07:54:08.7833333+00:00
Alejandro OP(Office 365 Admin) 0 Reputation points
1 answer One of the answers was accepted by the question author.

PushNotifications: Upgrade to FCMv1 is not delivering Templated Notifications from Azure

Using this link GCM/FCM notifications to FCM v1. I am trying to migrate from GCM/FCM notifications to FCM v1. From the guide, I - Configured the Firebase Service Account Credentials in Azure Notification Hub. Updated backend SDK C# code use FCM v1…

Azure Notification Hubs
Azure Notification Hubs
An Azure service that is used to send push notifications to all major platforms from the cloud or on-premises environments.
276 questions
asked 2024-04-19T14:57:24.39+00:00
Smitha Kalluparambil 80 Reputation points
commented 2024-06-10T07:53:33.1933333+00:00
Sindre Olsen 0 Reputation points