This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"properties": { | |
"displayName": "Storage accounts should disable public network access (custom)", | |
"description": "To improve the security of Storage Accounts, ensure that they aren't exposed to the public internet and can only be accessed from a private endpoint. This policy checks if public network access is enabled and if there are no network rules configured (empty virtualNetworkRules and ipRules).", | |
"metadata": { | |
"version": "1.0.1", | |
"category": "Storage" | |
}, | |
"parameters": { | |
"effect": { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
=========================================================================================================================================== | |
[Example Version: unidoc/[email protected]] | |
=========================================================================================================================================== | |
1. In [GOPATH]/pkg/mod/github.com/unidoc/[email protected]/common/license/license.go, replace Public Key with the following key. | |
___________________________________________________________________________________________________________________________________________ | |
New Public Key: "\u000a\u002d\u002d\u002d\u002d\u002d\u0042\u0045\u0047\u0049\u004e\u0020\u0050\u0055\u0042\u004c\u0049\u0043\u0020\u004b\u0045\u0059\u002d\u002d\u002d\u002d\u002d\u000a\u004d\u0049\u0049\u0042\u0049\u006a\u0041\u004e\u0042\u0067\u006b\u0071\u0068\u006b\u0069\u0047\u0039\u0077\u0030\u0042\u0041\u0051\u0045\u0046\u0041\u0041\u004f\u0043\u0041\u0051\u0038\u0041\u004d\u0049\u0049\u0042\u0043\u0067\u004b\u0043\u0041\u |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# for a simple setup, cadence-server.nomad.hcl does it all. | |
# use cadence-web.nomad.hcl for web ui service. | |
# see files 3 to 6 to run each server service component individually. | |
# comes handy when you must scale, allocate resources, and/or measure | |
# metrics more precisely. | |
# | |
# individual service jobs can be mixed with cadence-server.nomad.hcl | |
# on the same cluster without conflict. |