Logic App in Docker

Sujithreddy Komma 581 Reputation points Microsoft Employee
2021-10-12T12:23:46.817+00:00

Hi ,

i am trying to pish a Logic App into the Docker. i created Docker file below

FROM mcr.microsoft.com/azure-functions/node:3.0

ENV AzureWebJobsStorage=XXXX
ENV AzureWebJobsScriptRoot=/home/site/wwwroot \
AzureFunctionsJobHost__Logging__Console__IsEnabled=true \
FUNCTIONS_V2_COMPATIBILITY_MODE=true \
WEBSITE_HOSTNAME=localhost

COPY . /home/site/wwwroot

RUN cd /home/site/wwwroot

I used a new storage account, haven't used the one which we used for LA Standard

When i run the docker and go into the storage account to find the callbackURL, I only see the Log Container in it. i don't see the other containers.

Can you Please help me with it what i am doing wrong?

Thanks,
Sujith.

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,312 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.