都内で働くSEの技術的なひとりごと / Technical soliloquy of System Engineer working in Tokyo

都内でサラリーマンやってます。SQL Server を中心とした (2023年からは Azure も。) マイクロソフト系(たまに、OSS系などマイクロソフト以外の技術も...)の技術的なことについて書いています。日々の仕事の中で、気になったことを技術要素関係なく気まぐれに選んでいるので記事内容は開発言語、インフラ等ばらばらです。なお、当ブログで発信、発言は私個人のものであり、所属する組織、企業、団体等とは何のかかわりもございません。ブログの内容もきちんと検証して使用してください。英語の勉強のため、英語の

『 Automating VM Configuration using PowerShell DSC Extension 』 がいいね!と思って記事にしてみた

 Automating VM Configuration using PowerShell DSC Extension Microsoft Azure には次々に魅力的な機能が追加されていきますね。

Today, we are announcing the PowerShell DSC Extension and the associated Azure PowerShell DSC cmdlets that are part of the Azure SDK. You can use the Azure PowerShell DSC cmdlets to upload and apply a PowerShell DSC configuration to an Azure VM by enabling the VM Agent and the PowerShell DSC extension. PowerShell DSC extension will update PowerShell DSC on the VM, if the required version is not already installed, and call into PowerShell DSC to enact the received DSC configuration.

 Azure ADKAzure PowerShell DSC コマンドレットが組み込まれるんですね。すばらしい。Docker もサポートされたら、Docker コマンドレットも追加されたりするのかなぁ。魅力的すぎますね。これからさらに Microsoft における『 Infrastructure as Code 』が加速していきます。