352,198 questions

Sort by: Updated
0 answers

How to reset och login without authenticator

Hello! Have a one-person business with a Microsoft 365 Business Standard license. I know my password to it and I have reset it as well to try to solve the problem. However, it always wants me to approve the login in the authenticator app. However, I…

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,776 questions
asked 2024-06-10T11:57:41.08+00:00
PMP83 0 Reputation points
0 answers

while installing the sql server 2022 i am getting an error

exit code(Decimal): 2061893606 Error Description: wait on the database engine recovery handle failed. check the sql server error log for potential causes Getting this error while installing sql

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,022 questions
asked 2024-06-10T11:57:09.7833333+00:00
shanta swaroop 0 Reputation points
0 answers

Urgent: Report of Critical Issues with Azure App Services for SMART-API-PROD

Hi, We are reaching out to bring to your attention two critical issues that have significantly impacted our operations within Azure App Services, particularly on the SMART-API-PROD service. 1. SWISH Payment Gateway Certificate Issue: Our applications…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,119 questions
asked 2023-11-24T05:15:12.6766667+00:00
Lakshan Danapala 5 Reputation points
commented 2024-06-10T11:57:05.7566667+00:00
Oscar Andersson 1 Reputation point
0 answers

RemoteCertificateValidationCallback is triggered multiple times

Hi All, We have a WPF application built on .Net Framework 4.8. We are using HTTPs protocol to connect to a device to execute a few commands. We use the RemoteCertificateValidationCallback for validating the certificate. Initially, we open an Https…

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,454 questions
asked 2024-06-10T11:56:43.8033333+00:00
S Abijith 346 Reputation points
0 answers

How does activation of MS Surface Pro 9 works?

It's not so much a problem but rather an inquiry on MS product more precisely Activation from Windows 11 Home Edition to Pro Edition. I have Surface Pro 9 Home Edition and I want to upgrade it to Pro Edition. One way that you can activate is through…

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,904 questions
asked 2024-06-10T11:54:09.46+00:00
Bucoflex 0 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,354 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,384 questions
asked 2024-06-07T13:09:46.3+00:00
John Loh 0 Reputation points
commented 2024-06-10T11:52:20.2+00:00
Sina Salam 4,996 Reputation points
2 answers One of the answers was accepted by the question author.

Make calendar in datagridview c#

Good day! Please take a look the image below. I want to input day from June to July but no color displayed from start to end date. And here my code. int offset = 4; foreach (DataGridViewRow row in dataGridView1.Rows) { …

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,454 questions
asked 2024-06-08T10:06:27.07+00:00
BgnerNprg207 246 Reputation points
commented 2024-06-10T11:51:38.9633333+00:00
BgnerNprg207 246 Reputation points
1 answer One of the answers was accepted by the question author.

Unable to delet an enterprise application , getting error of : Error creating app: Error: Property appId is invalid.

Hey , i am using javascript sdk for graph , and trying to delete an application but getting the following error : Error creating app: Error: Property appId is invalid. at new GraphError…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,990 questions
asked 2024-06-06T12:53:52.1833333+00:00
Eyal Ringwald 20 Reputation points
commented 2024-06-10T11:51:00.6966667+00:00
Eyal Ringwald 20 Reputation points
1 answer

How to send data using Azure SignalR Service from a JS SignalR client to a C# SignalR client?

Hello there, I have two signalR clients: ClientA is based on JavaScript and ClientB is based on C#. The objective is to send user input from ClientA and to ClientB. Both clients are completely different and don't belong to the same group. The signalR…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,464 questions
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
126 questions
asked 2024-06-10T10:09:52.6833333+00:00
Adwait Naik 40 Reputation points
answered 2024-06-10T11:50:01.28+00:00
Sander van de Velde 30,016 Reputation points MVP
0 answers

Unable to create ADF Linked Service to Azure SQL database using Self-Hosted Integrated Runtime

Hi all, I am having trouble creating a Linked Service that connects to one of our Azure SQL databases. After entering all required Linked Service fields and testing the connection using our self-hosted integration runtime, I received the following error…

Azure SQL Database
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,853 questions
asked 2024-06-07T21:59:28.4466667+00:00
Ricardo-2519 0 Reputation points
edited a comment 2024-06-10T11:47:30.97+00:00
phemanth 7,190 Reputation points Microsoft Vendor
0 answers

I get "Error in loading user data" whenever I try to access any of my resources

I was working on Azure when the network flipped and since then I can't access any resource although the network is back and stable

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,853 questions
asked 2024-06-10T11:46:52.49+00:00
Sara 0 Reputation points
0 answers

WHY Index Scan Instead Of Seek While Joining Big Table With #Temp Table

In my sql server 2016 database, I have a table 'BigData' having around 50 million rows and a Temporary table #TempID which contains 600 rows. CREATE TABLE BigData (ID INT IDENTITY(1,1) PRIMARY KEY, OtherID INT, Comment nvarchar(max),…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,022 questions
Transact-SQL
Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,572 questions
asked 2024-06-10T11:46:44.9033333+00:00
Vikrant Sirohi 0 Reputation points
0 answers

Connecting Azure Database for PostgreSQL and Data Factory

Hello, I'd want to connect my Azure Database for PostgreSQL (from now on referred as DB) to use it as a dataset in Data Factory (from now on referred as ADF). My DB is in a private network in a resource group (rg_1) my ADF is public and is in a…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,853 questions
Azure Database for PostgreSQL
asked 2024-06-10T11:31:09.75+00:00
Laura Balbi 0 Reputation points
edited the question 2024-06-10T11:44:59.08+00:00
GitaraniSharma-MSFT 48,276 Reputation points Microsoft Employee
1 answer

will there be downtime during EA to CSP Migration

I would like to migrate all my Azure and M365 resources from EA to CSP Licensing. My doubt is that would there be any downtime for my services. All the licenses in EA and CSP is the same.

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.
4,051 questions
asked 2024-02-06T13:34:17.3966667+00:00
sreejit mohandas 0 Reputation points
commented 2024-06-10T11:44:47.7466667+00:00
Sheikh Ahmed Talal Faisal 0 Reputation points
6 answers

Users can't change Password with windows 11 to the domain - windows server 2008 r2

HI , Our users who tries to change their password with Windows 11 , get this message: "insufficient system resources exist to complate the requested service" Our windows server with the domain controller is windows server 2008 r2. This issue…

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,384 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,571 questions
asked 2023-05-31T09:25:05.9133333+00:00
Raz Aspir 80 Reputation points
edited a comment 2024-06-10T11:43:34.16+00:00
Рафаэль Гареев 5 Reputation points
1 answer

How to get incoming(join call) request promt alert in Azure communication service in React js for web, so that we can add "Admit" and "reject" option.

We have implemented video calling using Azure communication services (used this link : https://github.com/Azure-Samples/communication-services-web-calling-hero). Now we can connect each others in video call automatically. But we need to implement…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,464 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,025 questions
asked 2024-06-10T09:26:28.3166667+00:00
Ramakrishna Samanta 0 Reputation points
answered 2024-06-10T11:42:37.8166667+00:00
Sander van de Velde 30,016 Reputation points MVP
1 answer

Azure web app custom domain problem

i have an Azure web app and I give it a custom domain name like (www.mysite.com), then i change the custom domain name to the name (www.subdomin.mysite.com), the problem i can not reach the first domain name (www.mysite.com) it gives the following: …

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,119 questions
asked 2021-09-24T11:41:48.893+00:00
Dr. Ahmed Qusay Sabri 6 Reputation points
commented 2024-06-10T11:38:46.43+00:00
Kumari, Khusbu 0 Reputation points
0 answers

Regarding seamless integration of Bitbucket repositories with Azure DevOps pipelines

Hi, We are trying to automatically trigger Azure DevOps pipelines based on trigger rules set in the YAML code, as per the documentation here. However, we are encountering an issue where Bitbucket creates a webhook for both Pull Request and Push triggers,…

Azure Cloud Services
Azure Cloud Services
An Azure platform as a service offer that is used to deploy web and cloud applications.
657 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,025 questions
asked 2024-06-10T11:34:47.03+00:00
chaitu_trxs 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,643 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-10T11:33:27.8233333+00:00
Sander van de Velde 30,016 Reputation points MVP
1 answer One of the answers was accepted by the question author.

Please restore my deleted answer.

https://learn.microsoft.com/ja-jp/answers/questions/1693553/ I wrote sample code to answer a question, it is always deleted.

Microsoft Q&A
Microsoft Q&A
Use this tag to share suggestions, feature requests, and bugs with the Microsoft Q&A team. The Microsoft Q&A team will evaluate your feedback on a regular basis and provide updates along the way.
618 questions
asked 2024-06-10T09:10:36.1366667+00:00
gekka 7,486 Reputation points MVP
accepted 2024-06-10T11:32:08.6766667+00:00
gekka 7,486 Reputation points MVP