問題タブ [azure-blockchain-workbench]
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.
azure-cloud-shell - Azure Blockchain Workbench をセットアップするときに、Azure Cloud Shell が workbenchAADSetupScript.ps1 で解析エラーをスローするのはなぜですか?
このチュートリアル: https://docs.microsoft.com/en-us/azure/blockchain/workbench/deploy
Web ブラウザーに移動し、次のコマンドを Azure クラウド シェルに貼り付けて、Azure AD 構成スクリプトをセットアップする必要があります。
"cd; Invoke-WebRequest -Uri https://aka.ms/workbenchAADSetupScript -OutFile workbenchAADSetupScript.ps1; ./workbenchAADSetupScript.ps1 -SubscriptionID **** -ResourceGroupName **** -DeploymentId ****"
これを行うと、解析エラーが発生します: ParseError: The 'var' keyword is not supported in this version of the language
ディレクトリの移動 (cd Azure:)、アイテムの削除スクリプトの実行 (Run Remove-Item -Path Function:\Connect-AzureAD)、ワークベンチの再作成を試みました。