-
Notifications
You must be signed in to change notification settings - Fork 4k
Open
Labels
Doc - ReferenceNetworkService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.feature-requestThis issue requires a new behavior in the product in order be resolved.This issue requires a new behavior in the product in order be resolved.good first issueIssues suited for folks who want to help for the first time.Issues suited for folks who want to help for the first time.
Description
Description of the new feature
Transferring this issue#1877 from azure-docs-powershell to azure-powershell repo.
Proposed implementation details (optional)
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
- ID: 2b963d11-ab7f-b257-2ec2-89e1327f1b0a
- Version Independent ID: dc1846a2-4d0a-fd2b-ecd1-1670435e86b6
- Content: Set-AzNetworkSecurityRuleConfig (Az.Network)
- Content Source: src/Network/Network/help/Set-AzNetworkSecurityRuleConfig.md
- Service: virtual-network
- GitHub Login: @dcaro
- Microsoft Alias: dcaro
Description: MicrosoftDocs/azure-docs-powershell#1877 (comment)
On your sandbox, when you get a chance please try to run these commands provided in this document.
$nsg = Get-AzNetworkSecurityGroup -Name "NSG-FrontEnd" -ResourceGroupName "TestRG"
$nsg | Get-AzNetworkSecurityRuleConfig -Name "rdp-rule"
Set-AzNetworkSecurityRuleConfig -Name "rdp-rule" -NetworkSecurityGroup $nsg -Access "Deny"
Metadata
Metadata
Assignees
Labels
Doc - ReferenceNetworkService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.feature-requestThis issue requires a new behavior in the product in order be resolved.This issue requires a new behavior in the product in order be resolved.good first issueIssues suited for folks who want to help for the first time.Issues suited for folks who want to help for the first time.