Questions tagged [azure-security]

Use this tag for Azure Security questions

216 questions
0
votes
1 answer

Azure Network Security Groups - Inbound allow multiple IPs to access specific port

I have made a network security group in Azure in order to block external connections to certain endpoints. I have added several rules to enforce this. Currently the rules allow one white-listed IP To access all ports and another white-listed Port…
Brian Delaney
  • 181
  • 1
  • 16
0
votes
1 answer

Azure App Service Remote Debugging Security

I want to debug remotely Azure App Service using Visual Studio. I'm going to allow ports 4022,4023 on my firewall. But is the communication on these ports encrypted? Any evidence?
Liero
  • 25,216
  • 29
  • 151
  • 297
0
votes
1 answer

How to upload pfx certificate in Azure and access and use it in C#?

In my web job for decryption, I am using a .pfx certificate. But for more security purpose I have to upload this certificate to Azure store and access it through c#. Can anyone provide more information(links) on this?
0
votes
0 answers

Restrict publishing code to deployment slot

We have multiple slots for the same app service. We would like to restrict users by not allowing them to publish code to staging and production slots from visual studio. I gave reader access to the staging and prod slots but the user is still able…
0
votes
1 answer

Active Directory Password Authentication for Azure SQL not working

I followed all the mentioned steps but couldn't get it to work with "Active Directory Password Authentication" for AD principal which is a contained user in my SampleDB. I get this error: Cannot connect to sql01.database.windows.net. ADDITIONAL…
0
votes
1 answer

ADAL.Net TokenCache throwing server timeout error with 500 error code

I am trying to integrate WS-Federation in my Asp.Net MVC app using OWIN. I followed the github samples and it is working as expected. Now I want to take this one step further and call an external WebApi hosted on different Azure web app from within…
Sam
  • 519
  • 1
  • 7
  • 32
0
votes
1 answer

Azure security center data, not showing up in Power BI

Let me tell You what issue am facing. I have followed the link(https://learn.microsoft.com/en-us/azure/security-center/security-center-powerbi) in that link Title = (Using Azure Security Center dashboard to access Power BI) in this option 4th is…
pramod s
  • 1
  • 3
0
votes
2 answers

Deployed database to Azure using SSMS 2016 is not accessible inside web portal

I used Microsoft SQL Server Management Studio 2016 to deploy my database to Azure and everything went OK with no problem and it managed to create the database on Azure however the imported database is not visible outside the Azure SQL Server(Web…
MHOOS
  • 5,146
  • 11
  • 39
  • 74
0
votes
1 answer

Azure Point-to-Site VPN auth logging

I have multiple VNets in my Azure environment and they all have P2S VPN set up. It works, users authenticates with certificates. Now, how can I enable logging for successful and failed authn for it?
AlexB
  • 4,167
  • 4
  • 45
  • 117
0
votes
1 answer

Azure Template parameter "password" encryption

Is there a way to encrypt the VM useraccount password passed during Azure provisioning? As of now, we need to pass the password in plain text for the password to get set correctly when provisioning the VM, which is security issue. I need to know is…
nihalnaik
  • 61
  • 1
  • 4
0
votes
1 answer

Check if user exists in specific On Prem AD Security Group in Azure

My organization has On Premises Active Directory and many AD Security groups and also has Azure presence (AD Sync up). Is it possible for me to write a code and run in Azure that can check if a specific user/logged in user is part of AD Security…
Venkatesh Muniyandi
  • 5,132
  • 2
  • 37
  • 40
0
votes
1 answer

Export and import Inbound Security Rules in Microsoft Azure

I've to Delete an existing Virtual Machine in Azure and the Network Security Group associated with the VM. But I need to store the Inbound Security Rules of the Network Security Group that I'm gonna Delete. Is there any way to export the Inbound…
-1
votes
2 answers

Is my web app & table storage sufficiently secured from public facing internet?

Intro: I have an asp.net core app service hosted in Azure. This app service has an API controller that reads/writes to an Azure Table Storage. The code for this is using Azure.Data.Table library w/ an Access Key that i setup from the Azure portal…
-1
votes
1 answer

Restriction of creating Web apps and function apps which violate azure security policies

Is there a way I could prevent others from creating web apps and function apps without meeting azure security standard. for an example i need to stop other azure admins creating web apps and function apps without enabling Https or FTPS for the…
-1
votes
1 answer

How to revoke a token generated by msal4j?

Using the Library msal4j I received a JWT token from Azure Active Directory and now, I would like to revoke that token. I didn´t find many information about how to do it. Reference: -…
jabrena
  • 1,166
  • 3
  • 11
  • 25
1 2 3
14
15