344,254 questions

Sort by: Updated
0 answers

How to install the Mobility Service - ASR Exclude Disks

Hello, I am configuring Azure Site Recovery and have the need to exclude disks from replication. I have reviewed the requirements, and this seems to require the following... -Can't be an OS disk -Must be a basic disk -Mobility Service must be…

Azure Site Recovery
Azure Site Recovery
An Azure native disaster recovery service. Previously known as Microsoft Azure Hyper-V Recovery Manager.
637 questions
asked 2024-05-07T20:45:43.3966667+00:00
AdamTyler-3590 130 Reputation points
0 answers

How do i fix error code 8019+2EE7

Trying to connect a work account to the Local account so I can download the apps to the desktop and enable One Drive.

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.
3,849 questions
asked 2024-05-07T20:45:33.62+00:00
Jill Cusick 0 Reputation points
1 answer

.net8 windows form design view problem.

I am developing Revit addin in Vidual Studio in c++/cli as class library. Before moving to .net platform everyhing was working fine. But in .net Windows form design views doesnt work. Though when I add form element by code. It compiles and works. The…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,630 questions
C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,540 questions
asked 2024-05-04T19:10:34.6166667+00:00
Ahmet Haluk UZUNER 0 Reputation points
answered 2024-05-07T20:43:39.2566667+00:00
Ahmet Haluk UZUNER 0 Reputation points
0 answers

Cannot create BindableProperty in my project

I have a code snippet to create BindableProperties, (not used often). When I use it I get an error with the accessors. It does not recognize the GetValue/SetValue with a The name 'SetValue' does not exist in the current context. So I took sample code…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,908 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,291 questions
asked 2024-05-07T20:41:44.6066667+00:00
Lloyd Sheen 1,386 Reputation points
commented 2024-05-07T20:42:32.17+00:00
Lloyd Sheen 1,386 Reputation points
1 answer

Access network folder and files from .NET Core application in IIS

Greetings, I have an application deployed in IIS with .NET Core 7 and SQL Server, I want to access a network path, write and read files within a folder in the path (\path\folder) What steps should I follow to achieve this?

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,199 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,775 questions
asked 2024-05-07T17:35:39.8066667+00:00
Juan A. Reyes Paulino 20 Reputation points
answered 2024-05-07T20:42:31.8533333+00:00
Bruce (SqlWork.com) 56,846 Reputation points
1 answer

Sharepoint Classic : How to create a link from item in SharePoint list which passes an item ID to a SharePoint page with additioal info? ?

SharePoint online classic lists, To make easier the management of links (update and change of URL) in my site and pages I am using a sharepoint list of links (with URL field). In case of change of URL the idea is to change it into the list and not to…

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,704 questions
asked 2024-05-06T21:42:07.9266667+00:00
Marie Raymond 0 Reputation points
commented 2024-05-07T20:41:16.88+00:00
Marie Raymond 0 Reputation points
0 answers

Can't add physical fido2 passkey/security key to my microsoft account, using edge

Hello, I'm trying to add my physical usb pass key ( security key ) brand is Feitian k9, I enter the pin and there's a message password is saved, afterwards it says couldn't add the physicial key key works %100 fine in other browsers and apps and phone

Microsoft Edge
Microsoft Edge
A Microsoft cross-platform web browser that provides privacy, learning, and accessibility tools.
2,150 questions
asked 2024-05-07T20:35:53.6033333+00:00
qnfrr12 0 Reputation points
2 answers

How to improve the apache pool efficiency ?

I have roughly around 3000 jsons and i am creating a dataframe out of it and saving it to delta format and it is taking me hours for that even though my spark pool is of medium size. The spark pool runs at 33% utilization,

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,402 questions
asked 2024-04-26T07:38:14.2166667+00:00
Yogesh Yadav 0 Reputation points
edited an answer 2024-05-07T20:34:29.3633333+00:00
Martin B 21 Reputation points
1 answer

Same Header File Is Different

Hello Folks: Developing on Windows 10, up to date Visual Studio Community 2022, C++. When building my application I occasionally see this error: The two header files that Visual studio is complaining about are the same file. Here is the text of the…

C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,540 questions
asked 2024-05-06T18:03:25.1133333+00:00
a_unique_name 381 Reputation points
commented 2024-05-07T20:31:07.7066667+00:00
RLWA32 40,756 Reputation points
0 answers

Adding access policy for storage container with Python

I'm trying to write a python script to add access policy to container. The initial code works, but it's deleting all current policies and create a new one. from azure.storage.blob import BlobServiceClient, ContainerSasPermissions, AccessPolicy from…

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,441 questions
asked 2024-05-07T15:54:09.2933333+00:00
Denis Mukhamedov 20 Reputation points
edited the question 2024-05-07T20:29:58.3466667+00:00
deherman-MSFT 33,626 Reputation points Microsoft Employee
0 answers

.Net Maui ViewModel and MVVM

Currently I have a shell application with a Tabbed Page with all of these Content Page Views. Instead of using one big Model (Populated with Data from a Database) in my ViewModel for all these Content Page Views what is the best practice to separate…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,908 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,291 questions
asked 2024-05-07T20:27:49.38+00:00
Tom Meier 80 Reputation points
edited the question 2024-05-07T20:28:18.4266667+00:00
Tom Meier 80 Reputation points
1 answer

Creating conditional access policy to restrict high risk countries login, but not require Microsoft Authenticator app

I created a conditional access policy to restrict log-ins from high-risk countries but it requires everyone to have or download the Microsoft Authenticator app. I do not want to require everyone to download the app and continue using the text or call…

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,548 questions
asked 2024-05-07T20:09:37.0333333+00:00
Kalouda, Mohamed 0 Reputation points
answered 2024-05-07T20:26:06.2233333+00:00
Andy David - MVP 142.3K Reputation points MVP
4 answers

Map network drive to computer without user sign in

Hello all, I need to map a cloud drive to the file server. It works when I manually map it but it needs to be available after the server restarts without requiring user sign in. I created a PowerShell script and works when I run it with a regular user…

Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,383 questions
asked 2021-11-15T12:26:39.567+00:00
IsacICT 1 Reputation point
commented 2024-05-07T20:22:57.3133333+00:00
MotoX80 32,066 Reputation points
1 answer

Is there any particular KB that would take care of curl update to 8.4.0

Is there any particular KB that would take care of curl update to 8.4.0 if yes what is that KB number?

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,180 questions
asked 2024-04-29T17:30:28.2366667+00:00
Varma 1,170 Reputation points
commented 2024-05-07T20:21:16.67+00:00
Michael Taylor 48,656 Reputation points
2 answers One of the answers was accepted by the question author.

vnet peering, NVA, and BGP

Hello everyone. I've been trying to achieve a robust network design for infrastructure on the Azure platform. I've established vnets in both West US and South Central US. The vnets are peered and the following two options are enabled. wus-vnet …

Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,167 questions
asked 2024-04-17T22:26:44.1966667+00:00
AdamTyler-3590 130 Reputation points
accepted 2024-05-07T20:19:32.2733333+00:00
AdamTyler-3590 130 Reputation points
0 answers

Authenticator App not alerting to notifications

I just spent and hour working with support trying to resolve my Authenticator app notifications; reference number 7040945708. I recently updated to a new Samsung S24 Ultra and no longer getting notifications for Authenticator. I followed this…

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,548 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.
963 questions
asked 2024-05-07T20:19:26.59+00:00
Erik Luca 0 Reputation points
1 answer

Function App error : No User Assigned or Delegated Managed Identity found for specified ClientId/ResourceId/PrincipalId.

I have followed this tutorial https://review.learn.microsoft.com/en-us/identity/microsoft-identity-platform/federated-identity-credentials?branch=main&tabs=dotnet#more-resources And added the user assigned managed identity as federated identity…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,306 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,595 questions
asked 2024-05-02T19:27:30.18+00:00
Chaitra Shivanand Kulkarni (INFOSYS LIMITED) 5 Reputation points Microsoft Vendor
answered 2024-05-07T20:18:49.2266667+00:00
James Hamil 21,851 Reputation points Microsoft Employee
1 answer

What is the best way to migrate an Offline Root CA to Azure?

I have an offline root CA in my on-premises environment. I also have an Issuing CA. I want to move this infrastructure to the cloud and have an IPSec tunnel connecting back to on-prem infrastructure. I plan to rebuild the Issuing CA in Azure rather than…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,595 questions
asked 2024-05-07T04:04:56.6766667+00:00
Samson Barasa Wanjala 0 Reputation points
answered 2024-05-07T20:18:26+00:00
Carlos Solís Salazar 16,621 Reputation points MVP
2 answers

Entra on-premise password protection, without deploying Azure, hybrid environment

We have an on prem AD, with one way AD sync to M365 on E3 level. We are looking for clarification to the following question, want to know if it is possible to deploy Entra on-premise password protection, without deploying Azure/Entra AD?

Microsoft Entra
asked 2024-04-17T20:15:46.13+00:00
300cPilot 0 Reputation points
commented 2024-05-07T20:18:13.9833333+00:00
300cPilot 0 Reputation points
1 answer

Azure Database for MySQL flexible server unexpected increase in CPU usage

I'm running a base B-tier burstable Azure Database for MySQL instance that holds the data for a Strapi CMS backend for a client NextJS website. The CMS and subsequently the database are are not being accessed regularly, only for data updates and the…

Azure Database for MySQL
Azure Database for MySQL
An Azure managed MySQL database service for app development and deployment.
716 questions
asked 2024-05-07T19:57:52.45+00:00
Owen Abkes 0 Reputation points
answered 2024-05-07T20:15:25.4333333+00:00
Rahul Randive 8,521 Reputation points Microsoft Employee