問題タブ [az]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
powershell - "az vm invoke" コマンドで、Power Shell スクリプト ファイルから特定の関数を呼び出す
このコマンドでは、Get-ULogged_In.ps1 ファイルから 2 つのパラメーターを渡して関数を呼び出す必要があります。
これはスクリプトファイルです
私はこのようにしてみました
しかし、うまくいきませんでした。誰でもそれを手伝ってもらえますか?
azure - Get Cosmosdb Container Collection items using powershell
Team, I had created new CosmosDB account in Azure portal with a container contains list of collection items. I am able to access Container details in power shell script.
How to list collection items or show specific collection item using partition key using power shell script
Power shell Script :
json - az cli タグ付け用の bash スクリプトにスペースを含む json 配列を渡す
次のような bash スクリプトがあり、スペースを含む az cli にタグを正しく渡します。
TAGS をスクリプトに渡す際に問題が発生しています。
すなわち
出力:
TAGS を良好な状態で取得できる場合、同じものを json 形式で渡し、それを az group create cli の最後の引数として機能させるにはどうすればよいですか?
私のjp知識はほぼゼロなので、答えはどこかにあると思います。