232 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
66
views
Timer Azure Function POST request to App Service - security
I have java application deployed in Azure App Service.
I added endpoint to this:
@PostMapping("/run-app")
@ResponseBody
public ResponseEntity<String> execute() throws ...
0
votes
1
answer
32
views
Add Entra group as administrator to repository
i have a entra group X, i want to add them in repository and set the permission as admin access through API. and it should be visible in UI here
com-project → Project Settings → Repositories → sample-...
0
votes
0
answers
75
views
Microsoft Sentinel API - "triggerRuleRun" ExecutionTimeUtc Always Invalid
Issue Summary
I'm are trying to manually trigger a Microsoft Sentinel Scheduled Analytics Rule using the triggerRuleRun API, but it always fails with the following error:
{ "errors": { &...
1
vote
1
answer
922
views
Cannot access AI Search anymore from Azure Portal after setting a private endpoint
I am accessing Azure AI Search from a Web App. Hence, I have set:
Virtual Network with 2 subnets, one for AI Search and one for Web App
Created a private endpoint from AI Search to give access to Web ...
1
vote
1
answer
176
views
vm in azure ml studio can't be reached via public ip
I'm fiddling around with azure machine learning studio. I have created an ai generation project, where I have a linux VM with public ip address. This vm hosts something which is locally accessible.
I ...
0
votes
1
answer
645
views
How to retrieve sensitivity labels associated with user using API or .NET?
I’m trying to pull a list of sensitivity labels associated with a specific user using the Microsoft Graph API, but I’m hitting a wall. Here’s the API call I tried:
GET https://graph.microsoft.com/v1.0/...
0
votes
1
answer
156
views
how to limit code verification email Spaming in Azure B2C
I've been trying to see how can I limit the number of codes being send to an email during the signup/reset password.
I couldn't find a simple solution from Azure for that.
What I could find is:
...
0
votes
1
answer
174
views
Can some resource in one subnet access azure blob storage using a private endpoint created in another subnet [closed]
I have created a private endpoint between a subnet and azure blob storage.
I can access the azure blob storage using resources from within this subnet.
Can this private endpoint be accessed from ...
0
votes
1
answer
104
views
How to retrieve information on users and applications vulnerable to risk with API?
We are currently integrating Microsoft Security Insights into our application to strengthen Security monitoring capabilities. For alerts list report, found this API https://learn.microsoft.com/en-us/...
1
vote
1
answer
75
views
How to correctly create a Bicep governanceRules template?
I want to create a governanceRule using Bicep (https://learn.microsoft.com/en-us/azure/templates/microsoft.security/governancerules?pivots=deployment-language-bicep).
Following the above documentation,...
0
votes
0
answers
326
views
protect data in transit while using azure vault encryption methods
We have used azure key vault wrap, unwrap & encrypt & decrypt method using .net core 6 CryptographyClient object to perform the operation.
To connect the azure key vault we are using the ...
0
votes
1
answer
105
views
Security Automation for all Alerts in Azure
I am trying to deploy Create A Security Automation for all Alerts via git-hub template.
https://github.com/Azure/azure-quickstart-templates/blob/master/quickstarts/microsoft.security/securitycenter-...
1
vote
1
answer
439
views
Azure APIM and Function app Oauth2.0 Azure AD authentication
Micro services are written in Function App and APIM are used as proxy gateways. Authorised and authentication are through Oauth2.0 and azure AD.
Where do tokens propagation stop/end? isn't APIM?
if ...
0
votes
1
answer
855
views
Azure policy definition to allow the access to a VM via Bastion only for users of a specific user group
I have a VM which can be accessed via bastion. I want to write a policy definition to deny the access if the user is NOT a member of a specific user group. I started with the following part, but not ...
0
votes
1
answer
315
views
How to prevent Azure DevOps release deletion?
I am hardening our Azure DevOps, and now is time to prevent Azure DevOps release pipeline deletion.
I can realize it with changing security of each release, however it is too secure less, as new ...