Replies: 1 comment
-
|
When I was first learning Porter and ran into issues, I would decompose the mixin command and run it from the command line. In your case, you'd run "az aks get-credentials" with the defined flags from the command line. Use the same inputs and SPN you're using to run the container. I did notice you defined the output type as string at the top, but the action itself is of type file. That might be part of the issue. I would also try running porter install with the --debug flag to see if you get any additional info. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I am new on using Porter. I have a question about Output:
I passed these env variables to the ACI:
CNAB_AZURE_STATE_FILESHARE
CNAB_AZURE_STATE_STORAGE_ACCOUNT_NAME
CNAB_AZURE_STATE_STORAGE_ACCOUNT_KEY
CNAB_AZURE_STATE_PATH
use them in this ARM templates, I made some changes, but almost it's the same:
https://github.com/Azure/azure-cnab-quickstarts/blob/main/porter/aks/azuredeploy-simple.json
in porter.yaml I have configured outputs already:
ACI run successful, but the output is not exist in Azure Storage File share.
Did I made wrong configuration? Anyone did this successful recently?
How can I debug to ensure that the
ouputblock is working fine?I've read this README file of this repo but it doesn't help:
https://github.com/deislabs/cnab-azure-driver
Beta Was this translation helpful? Give feedback.
All reactions