xinyu pang

Results 12 comments of xinyu pang

Hi @eduardo-vp Please input argument `-f` to specify the path to a docker compose file. ``` --compose-file-path -f : Path to a Docker Compose file with the configuration to import...

Hi @eduardo-vp I test with following content in the .yml file with command, the environment name point to an existing environment: ``` az containerapp compose create --environment $my-env --resource-group $my-resource-group...

Hi @JimacoMS4 Thanks for reporting this issue. I will take a look for it.

Hi @vienleidl In the `az containerapp compose create` command, if the specified environment name does not exist in the resource group or the environment resource Id does not exist, it...

Hi @vienleidl With `az containerapp compose create` the auto created environment(if specified environment does not exit) is not support vnet option, recommend using `az containerapp env create`, for example: `az...

Hi @dss010101 I notice in the `help`, the default value of `--format` is `json`, can you try to specify it with `--format text`? az containerapp logs show -h ` --format...

> > using that option with 'text' shows the entire line. the default does not. As the `format` option mentioned, the default format is `json`, this is by design and...

> I guess my question is...if we want to use app containers, are expected to modify our application to log in json format instead of text? Is that the recommendation?...

Hi ` TXT record pointing from asuid.devtest.containerappr7yejddv4asf.com to 253001F2FCF5A7B1CD759EB861E9BB1596370BE27E47A991F72184277B3D12F2 was not found.` This error is due to the domain in not created successfully, in the previous command to create domain...

> There are also two modules that contain calls to `load_pkcs12` > > 1. servicefabric @mwesigwaguma Please take a look~ > https://github.com/Azure/azure-cli/blob/3b431981023c07fa8b55913136e4e377bbf5939a/src/azure-cli/azure/cli/command_modules/servicefabric/custom.py#L1389 > 2. containerapp @Greedygre please take a look...