Skip to content

Commit 2db793b

Browse files
authored
Merge pull request #5 from mikeroyal/mikeroyal-patch-1
Added more Azure-focused tools.
2 parents fec946a + 245a4e5 commit 2db793b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@
152152

153153
[Back to the Top](https://github.com/mikeroyal/Azure-Guide/blob/main/README.md#table-of-contents)
154154

155-
156155
[Microsoft Azure Pricing Calculator](https://azure.microsoft.com/en-us/pricing/calculator/)
157156

158157
[Azure command-line interface (Azure CLI)](https://docs.microsoft.com/en-us/cli/azure/) is a command line that provides a set of commands used to create and manage Azure resources.
@@ -291,6 +290,8 @@
291290

292291
[PowerShell/PowerShell Core](https://docs.microsoft.com/en-us/powershell/) is a cross-platform (Windows, Linux, and macOS) automation and configuration tool/framework that works well with your existing tools and is optimized for dealing with structured data (e.g. JSON, CSV, XML, etc.), REST APIs, and object models. It includes a command-line shell, an associated scripting language and a framework for processing cmdlets.
293292

293+
[PSRule for Azure](https://github.com/Azure/PSRule.Rules.Azure/) is a suite of rules to validate Azure resources and infrastructure as code (IaC) using PSRule.
294+
294295
[Hyper-V](https://docs.microsoft.com/en-us/virtualization/hyper-v-on-windows/) creates virtual machines on Windows 10. Hyper-V can be enabled in many ways including using the Windows 10 control panel, PowerShell or using the Deployment Imaging Servicing and Management tool (DISM).
295296

296297
[GitHub Codespaces](https://docs.github.com/en/free-pro-team@latest/github/developing-online-with-codespaces) is an integrated development environment(IDE) on GitHub. That allows developers to develop entirely in the cloud using Visual Studio and Visual Studio Code.

0 commit comments

Comments
 (0)