問題タブ [azure-container-registry]

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.

0 投票する
3 に答える
505 参照

azure - インターネット上で公開されないように、Azure Container Registry インスタンスをプライベート Azure VNet に常駐させることはできますか?

Azure Container Registry を使用して Kubernetes サービス インスタンスをサポートします。acr インスタンスをプライベート Azure VNet に配置して、インターネット経由で公開されないようにする方法はありますか? OpenVPN を使用して VNet にアクセスしています

0 投票する
1 に答える
411 参照

azure - Azure コンテナー ジョブ サービス接続

プライベート Azure レジストリのコンテナー イメージを使用して、Azure パイプラインでコンテナー ジョブを実行しようとしています。

I followed those instructions and ended up with this pipeline configuration:

It seems to follow the pattern but still give the this error:

Expected 'dockerregistry' service connection type for image registry referenced by build_container, but got azurerm for service connection SandboxGXG08.

It seems to me like the parser couldn't match the correct pattern while parsing my image declaration.

Any idea?