Azure / deployment-environments

Sample infrastructure-as-code templates to get started with Azure Deployment Environments service.
MIT License
68 stars 223 forks source link

Environments of a project are not displayed in the Azure Portal #4

Closed nb-atudose closed 1 year ago

nb-atudose commented 1 year ago

The environments of a project are not displayed in the portal. There's just one of them displayed (the last one). However, when using the az cli command, all the environments are listed.

Screenshot from 2023-01-25 15-26-54

az devcenter dev environment list --dev-center FidalgoDevCenter --project-name neubergerberman-Fixed-Income-POC
Command group 'devcenter' is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus
[
  {
    "catalogItemName": "KeyVault",
    "catalogName": "ATR-Catalog",
    "description": null,
    "environmentType": "Development",
    "name": "fixed-income-poc-kv-dev-unittest",
    "owner": "355996a9-f9e2-4d81-8e21-*******",
    "parameters": {
      "env": "Development"
    },
    "provisioningState": "Failed",
    "resourceGroupId": "/subscriptions/09fc08dd-a989-4402-****-*****/resourceGroups/neubergerberman-fixed-income-poc-fixed-income-poc-kv-dev-unittest",
    "scheduledTasks": {},
    "tags": {}
  },
  {
    "catalogItemName": "KeyVault",
    "catalogName": "ATR-Catalog",
    "description": null,
    "environmentType": "Development",
    "name": "fixed-income-poc-kv-dev",
    "owner": "355996a9-f9e2-4d81-8e21-*******",
    "parameters": {
      "env": "Development"
    },
    "provisioningState": "Succeeded",
    "resourceGroupId": "/subscriptions/09fc08dd-a989-4402-*****-********/resourceGroups/neubergerberman-fixed-income-poc-fixed-income-poc-kv-dev",
    "scheduledTasks": {},
    "tags": {}
  },
  {
    "catalogItemName": "FunctionAppDotNet",
    "catalogName": "ATR-Catalog",
    "description": null,
    "environmentType": "Development",
    "name": "fixed-income-poc-new-dev",
    "owner": "355996a9-f9e2-4d81-8e21-*******",
    "parameters": {
      "env": "Development"
    },
    "provisioningState": "Succeeded",
    "resourceGroupId": "/subscriptions/09fc08dd-a989-4402-*****-******/resourceGroups/neubergerberman-fixed-income-poc-fixed-income-poc-new-dev",
    "scheduledTasks": {},
    "tags": {}
  },

...
j-rewerts commented 1 year ago

Hey @nb-atudose . I'm looking at your logs to see what's happening here. I'll follow up once I have an idea. In the meantime, is this something that has been happening for a while, or is it recent?

j-rewerts commented 1 year ago

I've reproduced this issue. It appears to be an issue with the client. I'll loop in someone from our team.

j-rewerts commented 1 year ago

Hey @nb-atudose is this still an issue for you? I believe the fix for this has rolled to most regions.

nb-atudose commented 1 year ago

I can now see all the environments. We can close this issue. Thank you!