421,077 questions

Sort by: Updated
1 answer

exit readerwriterlockslim lock safely

Hello! I am trying to figure out how to safely call ReaderWriterLockSlim.ExitWriteLock. my concern is that all the examples I see use a try finally with the tryenterlock in the try and the tryexitlock in the finally. in this way I figure that if the…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
42,650 questions
asked 2020-11-10T17:16:13.773+00:00
george denno 1 Reputation point
answered 2020-11-10T17:24:45.04+00:00
george denno 1 Reputation point
2 answers

Can I purchase Exam AZ-304: Microsoft Azure Architect Design today and take the test later?

CompTIA allows you to buy the exam with a 12 month expiration, i.e I bought their test today and I have 12 months to take it. Do the Azure certification exams follow same process or do I need to take the exam as soon as I purchase it?

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
42,650 questions
asked 2020-11-10T16:54:38.52+00:00
Dustin Bodily 1 Reputation point
answered 2020-11-10T17:11:08.997+00:00
Khurram Rahim 1,851 Reputation points
3 answers One of the answers was accepted by the question author.

Azure App Configuration number of keys limitations

Good afternoon to the team, I wanted to find out if there is a limit for number of keys (key value pairs) that can be used in azure app configuration? I went through the docs and it is only mentioning the size limit for a single key value pair, which is…

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
247 questions
asked 2020-10-22T19:56:40.843+00:00
Nadia Kim - Vendor 41 Reputation points
accepted 2020-11-10T16:49:31.017+00:00
Nadia Kim - Vendor 41 Reputation points
5 answers One of the answers was accepted by the question author.

Firewall rules for SAS URI

Hi, I'm using Microsoft Azure Storage Explorer to upload pst files via SAS URI and import them to the user's mailboxes. Recently we installed the MASE on another server and I'm getting an error - upload failed. In the Firewall we see the following…

Azure Firewall
Azure Firewall
An Azure network security service that is used to protect Azure Virtual Network resources.
731 questions
asked 2020-06-15T16:30:56.43+00:00
Anahaym 496 Reputation points
accepted 2020-11-10T16:49:16.793+00:00
Anahaym 496 Reputation points
1 answer One of the answers was accepted by the question author.

Using BCP with queryout

ms sql server - bcp question. I've got this code Select @sql = 'bcp "Select * FROM [dbo].[TestingBCP] queryout' exec master..xp_cmdshell @sql but I get this error Msg 214, Level 16, State 201, Procedure xp_cmdshell, Line 1 [Batch Start Line…

Transact-SQL
Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,692 questions
asked 2020-11-10T15:34:42.303+00:00
Johnathan Simpson 586 Reputation points
accepted 2020-11-10T16:41:38.8+00:00
Johnathan Simpson 586 Reputation points
2 answers

TLS end to end with Azure Kubernetes services and an application gateway

We are having some major problems getting TLS end to end with AKS. Here is how things are supposed to go: Internet --> Application Gateway (WAF enabled) --> AKS load balancer --> pods The problem is that one of the tools we use in AKS is…

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.
2,311 questions
asked 2020-10-14T19:56:09.423+00:00
Duane Wolford 26 Reputation points
commented 2020-11-10T16:40:10.997+00:00
Richard Duane Wolford Jr 226 Reputation points
3 answers

Error 0x801c03f2 configuring PIN

Hello Everyone, I'm trying to configure PIN code for a laptop and I'm always getting this error, I know this is related with Hybrid Mode, But In this case I just want to add into Azure and I don't want to add on my active directory. How Can I solve this…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
23,642 questions
asked 2020-10-20T10:25:25.613+00:00
João Garcias 1 Reputation point
answered 2020-11-10T16:37:31.44+00:00
Nagappan Veerappan 651 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

export/import mapping in copy activity

Hello, Have a mapping built in copy activity with 240 columns mapped. Creation took some time. I wonder is it a way to export this to let say json or other format to reuse it later? Sometimes happen a schema change or espacially altering…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,344 questions
asked 2020-09-30T07:59:55.847+00:00
braxx 446 Reputation points
accepted 2020-11-10T16:21:03.547+00:00
braxx 446 Reputation points
2 answers One of the answers was accepted by the question author.

Couldn't open this program or file - RemoteApp - Chrome

We have a newly setup RemoteApp 2019 farm. We have published Google Chrome as one the apps. We have started to see a strange phenomena, where when open up chrome in the morning we can logon. Somehow, later on in the day, as time passes, when clicking on…

Remote Desktop
Remote Desktop
A Microsoft app that connects remotely to computers and to virtual apps and desktops.
4,740 questions
asked 2020-11-09T16:30:29.233+00:00
reuvygroovy 781 Reputation points
accepted 2020-11-10T16:17:07.013+00:00
reuvygroovy 781 Reputation points
2 answers One of the answers was accepted by the question author.

DirectoryServices - Query for DN

Hello, Need help with bellow, as for some machines I got no results and for some it returns LDAP DN. Is there any pre-requisite in order for this to work, or what I should check? $ComputerName=$env:ComputerName Function Get-ComputerDN($ComputerName){ …

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,628 questions
asked 2020-11-10T13:55:50.773+00:00
Jan Nitka (DHL IT Services) 26 Reputation points
commented 2020-11-10T16:14:48.157+00:00
Jan Nitka (DHL IT Services) 26 Reputation points
1 answer

Create ICMP NSG rule without exposing a port

how do I create a NSG rule for ping (ICMP) without exposing a port?

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,665 questions
asked 2020-06-03T21:17:05.727+00:00
Andrej Rosic 1 Reputation point
commented 2020-11-10T15:59:26.987+00:00
Ankur Seth 1 Reputation point
3 answers One of the answers was accepted by the question author.

How to find percentage of sum with multiple like conditions

SELECT DISTINCT CASE WHEN IncidentTypeCode like ('[][5-9][0-9]') OR (IncidentTypeCode like ('[5-9][0-9][a-z][0-9][0-9]') OR IncidentTypeCode like ('[5-9][0-9][a-z][0-9][0-9][a-z]'))THEN 'Fire' WHEN IncidentTypeCode like ('[][0-3][0-9]') OR…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
14,491 questions
Transact-SQL
Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,692 questions
asked 2020-11-06T20:59:25.627+00:00
Tamayo, Ashley 121 Reputation points
commented 2020-11-10T15:41:11.107+00:00
Tamayo, Ashley 121 Reputation points
3 answers

What events are generated in the Windows System Event Log or Application Event Log when power plan turns off monitors?

What events are generated in the Windows System Event Log or Application Event Log when power plan turns off monitors? Can't seem to find this documented anywhere? Watching the Event Logs... power plan directive to turn off monitor does not seem to be…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
12,077 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
13,726 questions
asked 2020-11-08T00:44:31.103+00:00
Jibun no Kage 21 Reputation points
answered 2020-11-10T15:28:09.507+00:00
Anonymous
2 answers One of the answers was accepted by the question author.

Issue with Logging into AAD DS using accounts originally synced from AD

Hi All. I've got an issue getting users logged on in AAD DS which are synced from AD on premise -> AAD -> AADS. I have AD connect setup and added the items and ran the script here:…

Microsoft Entra
asked 2020-11-05T12:44:27.943+00:00
ATROC 96 Reputation points
accepted 2020-11-10T15:26:25.07+00:00
ATROC 96 Reputation points
2 answers One of the answers was accepted by the question author.

CheckInScriptoLIBRARY

I have attached script which works to check in files in the library which are already checked out in that library. If library contains folders inside the folders and nested folder which are having check out files, This script is not able check in…

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.
3,019 questions
asked 2020-11-03T15:26:32.943+00:00
sns 9,241 Reputation points
accepted 2020-11-10T14:59:21.653+00:00
sns 9,241 Reputation points
1 answer

Azure Calculator Glitch

This question is related to Azure Calculator Difference for a VM Cost in UAE north Region for Windows License Family of VM is as follows - E2d V4 - Windows OS License cost is 4.32 $ in PAYG., is the hourly cost. E2ds V4 - Windows OS License cost…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
8,510 questions
asked 2020-10-18T11:53:33.187+00:00
Ankit Rathod 371 Reputation points
commented 2020-11-10T14:46:55.82+00:00
prmanhas-MSFT 17,911 Reputation points Microsoft Employee
1 answer

What permissions need to be done to get resource data using Rest API?

We are getting the below authorization failed message while trying to access the resource list using REST API. URL: https://management.azure.com/subscriptions/xxxxx-xxxx-xxxxxx-xxxxx/resources?api-version=2020-06-01&$filter=resourceType eq…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
8,510 questions
asked 2020-11-06T14:02:07.027+00:00
Ashish Sharma 6 Reputation points
commented 2020-11-10T14:45:37.367+00:00
prmanhas-MSFT 17,911 Reputation points Microsoft Employee
2 answers

VDI works only with Hyper-V?

Hello! I there any possibility to configure on windows server 2012 R2 or Standart VDI environment lets sat on Virtual box on Linux? Or VDI works only with Hyper-V?

Azure Virtual Desktop
Azure Virtual Desktop
A Microsoft desktop and app virtualization service that runs on Azure. Previously known as Windows Virtual Desktop.
1,709 questions
asked 2020-11-05T09:18:45.677+00:00
Maksim Maksim 31 Reputation points
commented 2020-11-10T14:41:53.78+00:00
prmanhas-MSFT 17,911 Reputation points Microsoft Employee
2 answers

Best practice for upgrading Remote Desktop Services 2016 (Azure 2016 datacenter VM) to 2019 (Azure 2019 datacenter VM)

Hi, Our RDS solution is in Azure 2016 datacenter VMs, we need to upgrade to 2019 to be able to create a new collection for 2019 RDSH/VMs. Since these RDS infrastructure VMs are in azure, in-place-system upgrade is not supported to upgrade the servers…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
8,510 questions
Remote Desktop
Remote Desktop
A Microsoft app that connects remotely to computers and to virtual apps and desktops.
4,740 questions
Windows Server Migration
Windows Server Migration
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Migration: The process of making existing applications and data work on a different computer or operating system.
439 questions
asked 2020-11-02T11:51:07.193+00:00
Kumar, Rupesh 1 Reputation point
commented 2020-11-10T14:40:12.907+00:00
prmanhas-MSFT 17,911 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

After Migration look up column warning message for the list

This is lab upgrade testing, taken from 2010 prod to 2016 lab using db migration method. below is the message from end user and for me when try to open the list in 2016 lab. But we don't see any such warning message in 2010 prod. Please help why…

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.
3,019 questions
asked 2020-11-05T07:08:31.19+00:00
sns 9,241 Reputation points
accepted 2020-11-10T14:36:07.573+00:00
sns 9,241 Reputation points