How to integrate Azure arc into data-api-builder container ? #1609
-
Hello, I did some testing with data-api-builder client and Azure Arc ( give you a Machine identity (Azure managed identity) for onpremise server ). It works great, so I can connect to the database ( SQL server 2022 with Azure Arc Agent ) without using any login/password, The Arc agent ( on the rest-api's server) provides the token and the SQL Server 2022 is capable of using it. What would be the best way to add Azure ARC (available for both Linux and windows ) to the container? Should I modify the image or build one for myself from scratch? I need to gain more knowledge in creating containers. Therefore any pointers would be helpful. Regards Vincent |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Hi Vincent, Can you clarify what you mean by "What would be the best way to add Azure ARC (available for both Linux and windows ) to the container?" What kind of ARC agent/config are you referring to? You will probably need to build your own container from scratch using the docker compose files in this repo as a starting point. |
Beta Was this translation helpful? Give feedback.
-
Hello, |
Beta Was this translation helpful? Give feedback.
-
Hi, So i finally got it to work (unfortunately docker is not really good options for me a the end because i run on VM (server is a VMWARE ) and virtualization on top of virtualization is a weird thing. But for those who are interested this is my docker file :
|
Beta Was this translation helpful? Give feedback.
Hi,
So i finally got it to work (unfortunately docker is not really good options for me a the end because i run on VM (server is a VMWARE ) and virtualization on top of virtualization is a weird thing.
But for those who are interested this is my docker file :