-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d82c704
commit 9c0f86a
Showing
4 changed files
with
46 additions
and
1 deletion.
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# Samples | ||
|
||
You have reached samples for PSRule. | ||
If you have a question about these samples, please start a discussion on GitHub. | ||
|
||
For samples that related to Azure see [PSRule for Azure - samples][1]. | ||
|
||
[1]: https://github.com/Azure/PSRule.Rules.Azure/tree/main/samples/rules | ||
|
||
## Contributing samples | ||
|
||
Additional samples can be contributed. | ||
Please use the following structure for your `README.md`. | ||
Replace the comment placeholders with details about your sample. | ||
|
||
```markdown | ||
# <name> | ||
|
||
<!-- a short one line description which will be included in table of contents --> | ||
|
||
## Summary | ||
|
||
<!-- describe what your sample does --> | ||
|
||
## Usage | ||
|
||
<!-- how to use your sample --> | ||
|
||
## References | ||
|
||
<!-- references to docs that help explain the detail. here is a few to get started, but remove if they are not relevant. --> | ||
|
||
- [Conventions](https://microsoft.github.io/PSRule/v3/concepts/PSRule/en-US/about_PSRule_Conventions/#including-with-options) | ||
``` |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# PSRule samples for Azure | ||
|
||
To find samples that related to Azure at [PSRule for Azure - samples][1] as a single central location. | ||
|
||
[1]: https://github.com/Azure/PSRule.Rules.Azure/tree/main/samples/rules |