If you are building PowerShell longer than a few lines, it is good practice to break up your code into reusable snippets. This way you can only call the code snippet over and over instead of ...
さて、VS CodeとAzure FunctionsによるAPI構築を試してみようシリーズ。 何回かに分けて書いてきましたが、とりあえず今回で終了としたいと思います(冒頭に書く言葉ではないような。。)。 一気にDevOpsへ進もうとも思ったのですが、他にも言語が残っているの ...
One of the best things about Windows PowerShell is the pipeline. The pipeline is beneficial in so many ways, and it is in part what makes PowerShell fun to code in. The capability of the pipeline to ...
An Azure Functions QuickStart project that demonstrates how to use a Cosmos DB Trigger with PowerShell and Azure Developer CLI (azd) for quick and easy deployment. This architecture shows how the ...