# إعداد الموصل

لاستخدام الموصل ستحتاج إلى إضافته كـ Custom Connector داخل تثبيت Azure الخاص بك. ابدأ بتنزيل ملف تعريف تعريفات الموصل أدناه واحفظه على جهازك. &#x20;

{% file src="/files/e03a9de76c805561b0ee0e59643d177765df565f" %}

يمكنك الآن الانتقال إلى بوابة Azure الخاصة بك وإنشاء مورد Custom Connector جديد.

![](/files/d6d4b6159a58f79ef6b2c04c6baaa0853904cdd4)

{% hint style="warning" %}
تأكد من أن Custom Connector تم إنشاؤه ضمن نفس منطقة الاستضافة ومجموعة الموارد الخاصة بتطبيق Power App / Logic App الخاص بك.
{% endhint %}

بمجرد الإنشاء، قم بتحرير مورد Custom Connector، واضبطه على ملف OpenAPI واستورد ملف موصل NGSurvey الذي قمت بتنزيله للتو.

![](/files/5ef6432cfb2ad398c7ee6f2c9fa948671e256856)

في المعلومات العامة غيّر Host إلى النطاق الذي تقوم بتشغيل ngSurvey تحته حالياً.

![](/files/8eae97c20490d3f7111157a71021319b9e465a8d)

يمكنك الآن حفظ تعريفات الموصل الخاص بك.

![](/files/b2e1c9037b6666a8231c6feb8d9f2681831c9ef9)

تم! لديك الآن موصل يعمل بشكل كامل يمكنك استخدامه في PowerApps / Logic Apps.&#x20;

{% hint style="info" %}
نحن في طور توثيق الموصل، بمجرد اعتماده ستتمكن من تحديده واستخدامه مباشرة من واجهة اختيار الموصلات التابعة لجهات خارجية في PowerApps أو Azure.&#x20;
{% endhint %}

## 👨‍💻️ إعداد الموصل باستخدام CLI

إذا فضّلت نشر الموصل باستخدام سطر الأوامر، يمكنك نشره باستخدام أداة paconn CLI المقدّمة من Microsoft باتباع التعليمات التالية : \
<https://docs.microsoft.com/en-us/connectors/custom-connectors/paconn-cli>


---

# 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.ngsurvey.com/ar/personal-account/developer/powerapps-flow-integration/connector-setup.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.
