Issue deploying a Worker API with v1.9.400 of AZD #4087
Closed
peter-d-cashcow
started this conversation in
General
Replies: 3 comments
-
I got around the issue by using the following github action - name: Install azd
uses: Azure/[email protected]
with:
version: '1.9.3' which then allows the publish Deploying services (azd deploy)
Deploying service appraisal-api
Deploying service appraisal-api (Logging in to registry)
Deploying service appraisal-api (Pushing container image)
Deploying service appraisal-api (Updating container app)
Deploying service appraisal-api (Fetching endpoints for container app service)
(✓) Done: Deploying service appraisal-api
- Endpoint: https://appraisal-api.politedune-xxxxx.uksouth.azurecontainerapps.io/
Deploying service appraisal-customersync
Deploying service appraisal-customersync (Logging in to registry)
Deploying service appraisal-customersync (Pushing container image)
Deploying service appraisal-customersync (Updating container app)
Deploying service appraisal-customersync (Fetching endpoints for container app service)
(✓) Done: Deploying service appraisal-customersync
- No endpoints were found
Deploying service appraisal-pricingengine
Deploying service appraisal-pricingengine (Logging in to registry)
Deploying service appraisal-pricingengine (Pushing container image)
Deploying service appraisal-pricingengine (Updating container app)
Deploying service appraisal-pricingengine (Fetching endpoints for container app service)
(✓) Done: Deploying service appraisal-pricingengine
- No endpoints were found
Deploying service appraisal-webhooks
Deploying service appraisal-webhooks (Logging in to registry)
Deploying service appraisal-webhooks (Pushing container image)
Deploying service appraisal-webhooks (Updating container app)
Deploying service appraisal-webhooks (Fetching endpoints for container app service)
(✓) Done: Deploying service appraisal-webhooks
- Endpoint: https://appraisal-webhooks.internal.politedune-xxxxx.uksouth.azurecontainerapps.io/
Deploying service redis
Deploying service redis (Logging in to registry)
Deploying service redis (Pushing container image)
Deploying service redis (Updating container app) |
Beta Was this translation helpful? Give feedback.
0 replies
-
@peter-d-cashcow related to issue #4064. Has been fixed (available as part of daily builds). This will be available as part of 1.9.5(very soon). |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you @rajeshkamal5050 - working perfectly now 👍 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have an aspire application that has 3 applications in it. 1 api and 2 worker services within a web host.
Since I upgraded to the latest version v1.9.400 (in the terminal) I get this issue deploying the web worker projects.
Is this a known issue? (The issue goes away if revert back to the previous version v1.9.300)
Beta Was this translation helpful? Give feedback.
All reactions