339,948 questions

Sort by: Updated
0 answers

Windows 10 IOT Enterprise : COMMIT a File to a Disk Protected with UWF

We have an application that runs from the system32 directory. We usually do in application upgrades. In other words via the application we write new files to the disk then restart the application. We have done this with our Windows 7 applications I…

Windows for IoT
Windows for IoT
A family of Microsoft operating systems designed for use in Internet of Things (IoT) devices.
381 questions
asked 2024-04-18T18:06:12.7166667+00:00
Dupont, Wayne (US) 0 Reputation points
1 answer

Hyper-V manager very very slow to open vm properties

Hi, I'm using Hyper-V, and I have 3 clusters composed of 15 to 20 Hyper-V hosts per cluster. For each VM, I have a dedicated volume on PureStorage array technology. All my Hyper-V hosts are running Windows 2022 (November Update). When I try to load the…

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,077 questions
Hyper-V
Hyper-V
A Windows technology providing a hypervisor-based virtualization solution enabling customers to consolidate workloads onto a single server.
2,530 questions
asked 2023-12-14T15:42:17.64+00:00
Benjamin Versini 5 Reputation points
commented 2024-04-18T18:01:40.22+00:00
JV 0 Reputation points
1 answer

Need help with a problem in my Blazor .NET 8 server application

I'm facing an issue and I'm not sure who to ask for help. Could you please provide me with some suggestions? I've been unable to find my mistake despite my research.I've implemented user authentication in a Blazor .NET 8 server application, where I'm…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,343 questions
Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,375 questions
asked 2024-04-18T11:18:23.39+00:00
Esma 0 Reputation points
answered 2024-04-18T18:00:56.4933333+00:00
Bruce (SqlWork.com) 54,866 Reputation points
1 answer One of the answers was accepted by the question author.

Validation failing for Azure Function in Microsoft Learn Module for "Create a custom skill for Azure AI Search."

I'm working on the module for "Create a custom skill for Azure AI Search". For: Create an Azure Function for a custom skill, step 3 requires us to create a new function. Validation is failing, with the error: This region has quota of 0…

Azure Training
Azure Training
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Training: Instruction to develop new skills.
841 questions
asked 2024-04-16T23:03:31.1733333+00:00
Ivan Schneider 20 Reputation points
commented 2024-04-18T17:58:38.1866667+00:00
Ivan Schneider 20 Reputation points
1 answer

Changing SSL certificate for Secure LDAP in Entra Domain services fails

Having an issue changing the SSL certificate for Secure LDAP domain service in Entra. Existing certificate will expire in 30 days. What I have tried: Submitted new certificate request with an external certificate authority. (same as current certificate…

Microsoft Entra
asked 2024-04-18T17:42:28.9166667+00:00
Paul Gaffney 0 Reputation points
commented 2024-04-18T17:58:20.6966667+00:00
Paul Gaffney 0 Reputation points
1 answer

Looking for guidance on integrating third-party data into our domain

Hi, My company's transactional system is MS Dynamics 365. We need to import various third-party data into our domain. I'm a Power BI developer but have been assigned this project. I'm looking for guidance on a suitable database and integration tool. …

Azure SQL Database
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,476 questions
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,450 questions
asked 2024-04-18T16:54:37.4433333+00:00
Anon101 51 Reputation points
answered 2024-04-18T17:56:31.9666667+00:00
Amira Bedhiafi 14,806 Reputation points
1 answer

VM Status showing "Unknown"

I have 2 VMs, they are on auto shutdown mode, but now their status is showing "Unknown", which means neither they are starting up , nor we are able to connect. We performed various steps like trying to redeploy it, but it failed or trying to…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,078 questions
Azure VMware Solution
Azure VMware Solution
An Azure service that runs native VMware workloads on Azure.
313 questions
asked 2024-04-18T17:39:35.84+00:00
Michael T 20 Reputation points
answered 2024-04-18T17:52:24.27+00:00
Marcin Policht 9,040 Reputation points MVP
1 answer One of the answers was accepted by the question author.

How to read new csv files from input-container, process them one by one and write into output-container with Azure function (Python Model V2)

Hello, I am trying to read new csv files from Blob storage input-container one by one, process them and write into Blob storage output-container using Azure function with Python Model V2. I can copy one particular file input_test.txt from…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,208 questions
asked 2024-03-15T01:22:20.55+00:00
Maryna Paluyanava 171 Reputation points
commented 2024-04-18T17:51:55.29+00:00
jim01011 0 Reputation points
0 answers

Creating: App Service

Unable to create app service on Azure. I have tried multiple times. Not sure about the issue. Any help is appreciated. When I see the logs, it seems the update plan is being triggered and failed repeatedly.

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,831 questions
asked 2024-04-18T17:35:38.65+00:00
Rupesh Purum 0 Reputation points
commented 2024-04-18T17:51:24.7233333+00:00
Grmacjon-MSFT 15,441 Reputation points
1 answer

Tags created on AKS nodes deployed using AKS engine on Azure Stack Hub

Hello, By default, when an AKS Cluster is deployed using AKS engine on Azure stack hub, all of the master and worker nodes are tagged with these names : aksengineversion, creation source, orchestrator .... as described in the image below: I wanted to…

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,847 questions
asked 2024-04-18T14:13:55.0633333+00:00
Mohamed Achraf Chourabi 0 Reputation points
edited an answer 2024-04-18T17:51:16.4266667+00:00
Sina Salam 3,161 Reputation points
1 answer

hii want to run stored procedure in synapse but ima getting an error ,can anyone help me

query: USE gold_db GO CREATE OR ALTER PROC CreateSQLServerlessView_gold @ViewName nvarchar(100) AS BEGIN DECLARE @statement VARCHAR(MAX) SET @statement = N'CREATE OR ALTER VIEW '+@ViewName+' AS SELECT * FROM OPENROWSET(BULK…

Azure SQL Database
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,663 questions
Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,340 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,476 questions
Azure Data Lake Analytics
asked 2024-04-18T16:53:48.23+00:00
naveena kankipati 0 Reputation points
answered 2024-04-18T17:50:17.0466667+00:00
Amira Bedhiafi 14,806 Reputation points
4 answers

Cannot setup Windows Server Backup - Backup Schedule with Remote Shared Folder

Hi, I am a new user of Windows Server 2019. I want to schedule a backup to the remote shared folder. While I can use the Backup Once option, I cannot use a scheduled backup. It prompts all the time username and password window. When I set up Backup…

Windows Server Backup
Windows Server Backup
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Backup: A duplicate copy of a program, a disk, or data, made either for archiving purposes or for safeguarding valuable files from loss should the active copy be damaged or destroyed.
450 questions
asked 2021-04-12T14:22:16.193+00:00
zack1989 1 Reputation point
commented 2024-04-18T17:47:27.2666667+00:00
Brayden Wall 0 Reputation points
0 answers

ASP SQL connection string to Windows Server 2022 Datacenter Azure Edition

I have an ASP website residing on a Windows Server 2022 Datacenter Azure Edition. The website is linked to a SQL database on the same server. When trying to log in, the connection fails with message "Exception:Thrown: "A network-related or…

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
923 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,243 questions
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,635 questions
asked 2024-04-18T17:46:52.3166667+00:00
Product Support 0 Reputation points
0 answers

cleanup old transactional replication snapshot files

I have a transactional replication between a publisher and a subscriber where the subscriber also acts as the distributor. I am facing storage issues as old snapshot files are not being auto cleaned up after successful application via distributor. I…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,635 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,077 questions
SQL Server Transact-SQL
SQL Server Transact-SQL
SQL Server: A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.Transact-SQL: A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
40 questions
asked 2024-04-18T17:46:01.6433333+00:00
Abimbola Adeniran 21 Reputation points
edited the question 2024-04-18T17:46:32.64+00:00
Abimbola Adeniran 21 Reputation points
6 answers One of the answers was accepted by the question author.

How can I remove account from Microsoft Authenticator?

Hi. My mobile phone was registered under my work organisation and I accidentally uninstalled the Microsoft Authenticator app without unregistering my work organisation MFA account in the app. Now when I installed back the Authenticator app it…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,377 questions
asked 2022-11-25T16:54:19.827+00:00
Ting 66 Reputation points
commented 2024-04-18T17:44:38.5833333+00:00
Laurel Walton 0 Reputation points
0 answers

register FIDO2 security key as sign in method without the need to install Microsoft Authenticator app

Hello, Here's briefly about policies across the tenant: Enabled FIDO2 security key as sign - in method for the user under. FIDO2 is the only enabled sign-in method for this user. Disabled Windows Hello for Business using Intune configuration…

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,445 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,297 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,377 questions
asked 2024-04-18T17:43:59.06+00:00
Vladyslav Bondarchuk 20 Reputation points
1 answer

Fix by error

<3>WSL (11) ERROR: CreateProcessParseCommon:711: Failed to translate C:\Users\91798 <3>WSL (11) ERROR: CreateProcessParseCommon:757: getpwuid(0) failed 2 <3>WSL (11) ERROR: UtilTranslatePathList:2866: Failed to translate…

Hyper-V
Hyper-V
A Windows technology providing a hypervisor-based virtualization solution enabling customers to consolidate workloads onto a single server.
2,530 questions
asked 2024-04-18T11:47:01.0866667+00:00
siddardhareddykvc 0 Reputation points
answered 2024-04-18T17:42:38.3233333+00:00
ABDULLAH CHAUDHARY 0 Reputation points
1 answer One of the answers was accepted by the question author.

How to create Excel records more efficently

I have managed to create a logic app that goes through all the available subscriptions (via the List Subscriptions action), then collects their tag IDs and tag values (via a For_each loop with the List subscription resource tags action), and then stores…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,827 questions
asked 2024-04-16T10:39:54.1566667+00:00
Luis O 20 Reputation points
accepted 2024-04-18T17:41:06.31+00:00
Luis O 20 Reputation points
1 answer

Bad gateway error when creating azure app service

Hello there, I am getting a bad gateway error when creating an azure app service. The content of the error is below. How can I solve it? { "status": "Failed", "error": { "code":…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,831 questions
asked 2024-04-18T13:28:40.0566667+00:00
Özdenur Eraslan Bali 0 Reputation points
edited a comment 2024-04-18T17:39:33.22+00:00
Grmacjon-MSFT 15,441 Reputation points
2 answers One of the answers was accepted by the question author.

Could not locate statistics error when reading data from seondary node in an alwayson using linked server

Hi, Seeing below error when reading data from seondary node in an alwayson using linked server. Please advise if there is a permanent fix for this instead of dropping and recreating the statistics individually. DBCC execution completed. If DBCC…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,635 questions
asked 2022-01-12T13:30:06.823+00:00
Kranthi DBA 221 Reputation points
commented 2024-04-18T17:37:26.5433333+00:00
Cüneyd Tanrıverdi 0 Reputation points