vdc/Modules/ApplicationSecurityGroups
Christopher Bennage f0b3944d89
Module folder cleanup (#128)
* revmoing version from orchestration files

* removed logic for module subpath

* removed examples using "2.0" folder

* removing the '2.0' folder from modules
2019-09-24 15:35:33 -07:00
..
Policy Module folder cleanup (#128) 2019-09-24 15:35:33 -07:00
RBAC Module folder cleanup (#128) 2019-09-24 15:35:33 -07:00
Scripts Module folder cleanup (#128) 2019-09-24 15:35:33 -07:00
Tests Module folder cleanup (#128) 2019-09-24 15:35:33 -07:00
deploy.json Module folder cleanup (#128) 2019-09-24 15:35:33 -07:00
readme.md Module folder cleanup (#128) 2019-09-24 15:35:33 -07:00

readme.md

ApplicationSecurityGroups

This module deploys Application Security Groups.

Resources

  • Microsoft.Network/applicationSecurityGroups

Parameters

Parameter Name Default Value Description
applicationSecurityGroupName Required. Name of the Application Security Group.

Outputs

Output Name Description
applicationSecurityGroupResourceGroup The name of the Resource Group the Application Security Groups were created in.
applicationSecurityGroupResourceId The Resource Ids of the Network Security Group deployed.
applicationSecurityGroupName The Name of the Application Security Group deployed.

Considerations

N/A

Additional resources