Bicep modules provide this awesome feature to be able to create schema for your Bicep modules via User-defined data types. When you reference Bicep module in bicep template or bicep parameters file you get nice intellisense in VSC to understand the structure of the parameters, whether they are required or not and additional information. This is the same experience when you start to define a resource. I was one of the first requestors and adopters of the feature and I heavily use it every day. Although the feature provides great experience within VSC there is still a need to document that schema in some other place just like it is done for Azure resource. This trivial task is not so easy to do but today I will show you how easy it is by using GitHub Copilot.
Tag: documentation
Documentation: Cloud Infrastructure Solution for Enterprise IT
If you are designing Public, Private or Hybrid Cloud based on Windows Server 2012 and System Center 2012 SP1 this set of documents will be very useful for a starting point. They will offer you the basics you will need in order to design your Cloud and take the necessary decisions. Download all 4 documents from here.
System Center Operations Manager 2012: Network Devices with Extended Monitoring Capability
This very useful document was updated to reflect SP1 of SCOM 2012. You can check the supported devices for monitoring here.
Tips on planning SQL for System Center 2012
I think many of us have faced the challenge to make the design of SQL for their System Center components. Even though we have knowledge of SQL at some certain level we are not hardcore experts in it. Thanks to Paul Keely a Microsoft MVP we now have some guides on dealing with SQL for System Center. You can download his guide
“SQL Server guide for System Center 2012” which for SQL 2008 R2 but there is no reason to use the same tips for SQL 2012.
Documentation: Windows PowerShell Language Specification Version 3.0
Specification for PowerShell 3.0 is available for download in a form of docx file.
