問題タブ [azure-vm]

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 投票する
1 に答える
1690 参照

azure - Azure VM が起動しない

開始をクリックするたびに Azure VM がありましたが、診断を実行すると、しばらくすると自動的に停止し、「仮想マシン内から再起動がトリガーされました。これは、仮想マシンのオペレーティング システムの障害が原因である可能性があります。許可されたユーザーまたはプロセスによって要求されました。再起動が完了すると、仮想マシンはオンラインに戻ります」詳細な情報が必要な場合はお知らせください

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

azure - Azure 仮想マシンのネットワーク レベル セキュリティをリモートで無効にする

サーバーにログインしようとすると、次のエラーが表示されます。接続しようとしているリモート コンピューターにはネットワーク レベル認証 (NLA) が必要ですが、Windows ドメイン コントローラーに接続して NLA を実行できません。リモート コンピューターの管理者は、[システムのプロパティ] ダイアログ ボックスの [リモート] タブのオプションを使用して NLA を無効にすることができます。

TCPポート5986を有効にしているにもかかわらず、powershellとリモートレジストリ(regedit)を使用してサーバーにリモートで接続できません。解決策を提案できますか。

0 投票する
0 に答える
85 参照

python - Python socket issues between azure vm and ubuntu virtualbox

I´m building an app that uses sockets to send and request data between servers, right now I´m trying to send the time. I have a server socket in an Ubuntu VM on Virtualbox:

When I run the server

The client side is on an Ubuntu Azure VM that tries to connect to the Ubuntu VM but no luck:

This just stays waiting until it times out I tried using port forwarding but doesn´t seem to do anything. I disabled the firewall on both host Windows machine and the guest Ubuntu Virtualbox but nothing. What am I doing wrong?