Having trouble generating a manifest.json #4578
Answered
by
davidfowl
rob-king-volpara
asked this question in
Q&A
Replies: 1 comment 2 replies
-
It’s because of the custom code you wrote to add the annotation. Use the callback overload in RunAsEmulator to change the image like I showed. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a simple Aspire stack - a host app, a worker app, a storage resource with a queue and blobs. It runs absolutely fine, but when I try to create the manifest.json file using the command:
It fails trying to output whatever comes immediately after the storage resource with:
`System.InvalidOperationException: The endpoint 'queue' is not allocated for the resource 'Storage'
For the reference, the program.cs starts like this:
The Storage.module.bicep file looks to generate ok, but the manifest.json just ends at the failure point:
I'm running the GA bits too.
Beta Was this translation helpful? Give feedback.
All reactions