Azure / azure-cli-extensions

Public Repository for Extensions of Azure CLI.
https://docs.microsoft.com/en-us/cli/azure
MIT License
383 stars 1.24k forks source link

cli-translator is unable to connect to portal2cli.azurewebsites.net:443 #3998

Closed donbee closed 1 year ago

donbee commented 3 years ago

Extension name (the extension in question)

cli-translator

Description of issue (in as much detail as possible)

cli-translator command fails for all resource groups. Steps to reproduce: Export an arm Template, then try this command: az cli-translator arm translate --debug --target-subscription SUBSCRIPTION --resource-group ANY_RESOURCE_GROUP --template template.json --parameters parameters.json

When trying to connect to: portal2cli.azurewebsites.net:443 Yields: 502 - Web server received an invalid response while acting as a gateway or proxy server. There is a problem with the page you are looking for, and it cannot be displayed. When the Web server (while acting as a gateway or proxy) contacted the upstream content server, it received an invalid response from the content server.

yonzhan commented 3 years ago

cli-translator

donbee commented 3 years ago

Could an ETA be provided for when this server will be up again?

jsntcy commented 1 year ago

don't support this extension any longer.

triple-it commented 1 year ago

What? What is the reason/design to not support this extension any more? It would be awesome if we in the future could download from the portal the parameters and template file, and generate a declarative az cli script from it! That would be the ultimate dream/goal for a lot of us! Let's make that happen? (Bicep and ARM is not the wholy grail, I would love to see this project grow and become a success!)

racinmat commented 5 months ago

If it's no longer supported, then it should be reflected in https://learn.microsoft.com/en-us/cli/azure/cli-translator/arm?view=azure-cli-latest#az-cli-translator-arm-translate

because the page says that it's experimental, but currently this extension seems completely dead.