Skip to content

How to integrate Azure arc into data-api-builder container ? #1609

Answered by diallonortv
diallonortv asked this question in Q&A
Discussion options

You must be logged in to vote

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 :

from  mcr.microsoft.com/dotnet/sdk:6.0-windowsservercore-ltsc2022

#change machine name
USER ContainerAdministrator
RUN powershell Rename-Computer -NewName "RESTAPIDATASTOREDEV" -Force

# Install certificate for interception
USER ContainerAdministrator
RUN pwsh -Command md C:\\App
WORKDIR C:\\App
COPY FHVI_root.cer ./
COPY certoc.exe ./
RUN certoc.exe -addstore root FHVI_root.cer




#Install Azure Data API BUilder
RUN dotnet tool in…

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@Aniruddh25
Comment options

@diallonortv
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by diallonortv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants