# プロキシ設定

Microsoft 365 へのすべてのトラフィックをプロキシの使用対象から除外することを強く推奨します。詳細については、以下をご覧ください。 [Microsoft のネットワーク接続の原則](https://docs.microsoft.com/en-us/microsoft-365/enterprise/microsoft-365-network-connectivity-principles?view=o365-worldwide).

ただし、KONNEKT は Windows OS のプロキシ設定を使用します。プロキシ サーバーが設定されている場合、KONNEKT はそのプロキシ サーバーを使用します。

詳細には、KONNEKT は次を呼び出します。 [`WinHttpGetProxyForUrl`](https://docs.microsoft.com/en-us/windows/win32/api/winhttp/nf-winhttp-winhttpgetproxyforurl) 次の URI を使用して `https://graph.microsoft.com` プロキシを使用する必要があるかどうかを確認します。

{% hint style="success" %}
KONNEKT からのトラフィックをプロキシ サーバー経由にしないようにするには、Windows OS が次の URI をプロキシの使用対象から除外することを確認してください。 `https://graph.microsoft.com` プロキシの使用から。

これは、プロキシ PAC ファイルの除外リストにこの URI を追加することで実行できます。

また、KONNEKT クライアントが次に到達できることも確認してください。 [Microsoft Entra ID (Azure AD) と SharePoint Online](https://docs.microsoft.com/en-us/microsoft-365/enterprise/urls-and-ip-address-ranges?view=o365-worldwide) プロキシ サーバーまたはその他のアプリケーション レイヤー ゲートウェイ (ALG) によって干渉されることなく。
{% endhint %}

{% hint style="warning" %}
KONNEKT はプロキシ サーバーを使用できます。ただし、プロキシ サーバーまたはその他のアプリケーション レイヤー ゲートウェイ (ALG) 経由で Microsoft 365 に接続する際にネットワーク接続関連の問題が発生しているクライアントについては、サポートが限定されます。
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.konnekt.io/ja/configuration/other/proxy-settings.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
