Greedygre
Greedygre
The PR LGTM, left mini comment. Please don't merge this PR until the feature ready for all subscription.
For containerapp in connected environment, if does not support, please give a friendly error message.
> > History Notes > > [Component Name 1] BREAKING CHANGE: az command a: Make some customer-facing breaking change > > [Component Name 2] az command b: Add some customer-facing...
Hi @masashiyonekawa Can you try with the latest version of containerapp extension? `az containerapp extension add -n containerapp --upgrade` Thanks!
> [@Greedygre](https://github.com/Greedygre) I updated the Container Apps Extension to 1.1.0b2 and tried again. I get the error "Service with the given name does not exist". The "myredis" service actually exists...
Hi @AllyW @wangzelin007 Can you help to take a look for this? Thanks. The version of containerapp is `0.3.49`, the containerapp extension is existing for a long time and has...
Hi @vienleidl `az containerapp compose create` not support `--allow-insecure`, you can use: `az containerapp ingress update --allow-insecure`
Hi @vienleidl Thanks for asking this question. You can try: CONTAINER_APP_ENV_DNS_SUFFIX For example: `SERVER_HOST=nginx.$(CONTAINER_APP_ENV_DNS_SUFFIX) ` Where did you get `##[error]time="2024-05-17T05:09:11Z" level=warning msg="The \"AZURE_CONTAINERAPPS_ENV_DEFAULT_DOMAIN\" variable is not set. Defaulting to a...
The integration tests failed with error: FAILED src/containerapp/azext_containerapp/tests/latest/test_containerapp_commands.py::ContainerappServiceBindingTests::test_containerapp_managed_service_binding_e2e It is cause by Microsoft.DBforMySQL updated their api-version, I will fix it in my PR, after my PR merge, this PR can...
Hi @p-bouchon When I tracked whether some comments were fixed, I found that they were not processed but marked as resolved. For example: https://github.com/Azure/azure-cli-extensions/pull/8190#discussion_r1823730359 https://github.com/Azure/azure-cli-extensions/pull/8190#discussion_r1823730132  Please confirm under these...