What role do I need to have to modify a security policy?
I am using Azure Security Center and want to modify a Security Policy. What role do I need to have to modify a security policy? [Note: As we migrate from MSDN, this question has been posted by an Azure Cloud Engineer as a frequently asked…
Which Azure resources are monitored by Azure Security Center?
Which Azure resources are monitored by Azure Security Center? Note: As we migrate from MSDN, this question has been posted by an Azure Cloud Engineer as a frequently asked question] Source: FAQ
Azure Web App for Linux - DotNET Core 2.2 Support
I am unable to select DotNET Core 2.2 stack for Web app for Linux. Has the support for the same end? Is any official documentation available on the supported DotNET Core versions? Thank you.
![](https://techprofile.blob.core.windows.net/images/895380a23bd146e3922c1127b81f7022.png)
About Azure IoT
Hello People. Do you have an idea about when will be able to ask questions about Azure IoT? Many Thanks. Omar C.
![](https://techprofile.blob.core.windows.net/images/UWxs5DsoEUaIQgNqbkGbWw.png?8DC473)
![](https://techprofile.blob.core.windows.net/images/6ac6d5cce09942beb1e4016b6deb8ccc.png)
Why are two resource groups created with AKS?
Why are two resource groups created with AKS? [Note: As we migrate from MSDN, this question has been posted by an Azure Cloud Engineer as a frequently asked question.] Source: FAQ
Will Microsoft see my keys in Azure Key Vault?
Azure Key Vault promises security, but I need to know that my keys are secure from Microsoft itself. This is required for compliance purposes. Will Microsoft see my keys in Azure Key Vault? [Note: As we migrate from MSDN, this question has been posted…
What are “Incidents” in Azure Sentinel and how are they different from alerts?
What does it mean when I see a list of new and open incidents in Azure Sentinel? What are incidents in Azure Sentinel and how are they different from alerts? [Note: As we migrate from MSDN, this question has been posted by an Azure Cloud…
Do I need an Azure subscription to use Azure Sentinel?
Do I need an Azure subscription to use Azure Sentinel or can I purchase it as a standalone? [Note: As we migrate from MSDN, this question has been posted by an Azure Cloud Engineer as a frequently asked question] Source: Sentinel FAQ ]
What is Azure Sentinel, and how does it work?
I want to understand what Azure Sentinel is, and how does it work? [Note: As we migrate from MSDN, this question has been posted by an Azure Cloud Engineer as a frequently asked question]
Issues regarding to the Azure app permission
Hello Team, We want to know the approach for azure login without browser interaction and without providing the credentials. for that, We got the Azure CLI command i.e az login --service-principal -u -p --tenant We are successfully login But, When…
Creating an IEqualityComparer for Arrays and Distinct
I have an array of arrays of integer (a jagged array, Integer()()) from which I want to remove duplicates. For example, if I have the following: Dim testvalues As Integer()() = { ({2, 4, 3, 1, 5}), ({1, 3, 5, 2, 4}), ({5, 4, 3, 2, 1}), …
scope resources to ResourceDictionary file
hi is it possible to make some value (ex: Double) scoped to it's ResourceDictionary file so it wouldn't be accessible elsewhere. thanks in advance
Connection Pooling with Azure MySQL
I am working on an application where I am using azure functions with Java and azure mysql db. I want to manage connection pooling and for that i have used Hikari CP to manage the connections on the client/application end. The problem is azure…
![](https://techprofile.blob.core.windows.net/images/c801c5646f3e4aedacf6de483065726f.png)
![](https://techprofile.blob.core.windows.net/images/c801c5646f3e4aedacf6de483065726f.png)
What FHIR version do you support?
I am looking to see what versions of the Fast Healthcare Interoperability Resources (FHIR) specification are supported by Azure? [Note: As we migrate from MSDN, this question has been posted by an Azure Cloud Engineer as a frequently asked…
HTTP Error 500.34 - ANCM Mixed Hosting Models Not Supported Azure WebApp
HTTP Error 500.34 - ANCM Mixed Hosting Models Not Supported azure web app, I'm using Visual Studio 2019, the application successfully compile and working mode locally after hosting to azure web app failed to start the website I Hosted multiple…
Windows serveur 2008 SP2 - VSS absent
Hello, I'm currently experiencing a problem with my VSS System writers. Indeed, it is absent when using the vssadmin list writers command. After some research, I found the following link (that I followed without success): …
how do i delete my old messages here https://social.msdn.microsoft.com/Forums/vstudio/en-US/home?forum=visualstudiogeneral
how do i delete my old messages here https://social.msdn.microsoft.com/Forums/vstudio/en-US/home?forum=visualstudiogeneral![7837-screenshot-32.png][1] [1]: /api/attachments/7837-screenshot-32.png?platform=QnA
Windows 10 Phone 10.0.15254.603
There were problems installing updates on my MS Lumia 650 Dual SIM, Windows 10 mobile. Error 0x80070098. Retries were not working. Any idea of how to get the updates installed?
ADFS successful login doesn't show in the event viewer
I enabled the ADFS log according the doc https://learn.microsoft.com/en-us/windows-server/identity/ad-fs/troubleshooting/ad-fs-tshoot-logging. I can see the failed login but the successful login doesn't show in the event viewer. Any idea why this…
How to use height and width of relative panel that values are Nan
Hi I have a classX with contructor Public Sub New(ByVal heightbar As Double, ByVal widthcanvas As Double, Optional ByVal bottom As Double = 0) The problem i have to pass as parameter the width and height of a relative pane which are Nan . Is…