Azure / Azure/azure-powershell

[Feature]: Support accessControl Allowed Caller IpAddresses on AzLogicApp

Open
#18,965 3 comments 0 reactions 0 assignees View on GitHub
act-observability-squad customer-reported feature-request Logic App Service Attention
Dominant language
C#
Stars
4.8k
Forks
4.3k
Avg merge
2d 17h
Merged PRs (30d)
51

Description

### Description of the new feature

accessControl manage allowedCallerIpAddresses for the following usages:
- actions
- contents
- triggers
- workflowManagement

Reference: [Microsoft.Logic workflows](https://docs.microsoft.com/en-us/azure/templates/microsoft.logic/workflows?WT.mc_id=AZ-MVP-5003548)

### Proposed implementation details (optional)

Get-AzLogicApp -Name $logicApp.Name | Select-Object -Property Name, AccessControl

Add-AzLogicAppAccessControl -Name $logicApp.Name -WorkflowManagementAllowedCallerIpAddresses $missingIPRules.InputObject

Add-AzLogicAppAccessControl -Name $logicApp.Name -ActionsAllowedCallerIpAddresses $missingIPRules.InputObject

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.