Azure DevOps Pipeline Creation Stuck After Authentication
While attempting to create a new pipeline in Azure DevOps, I am encountering an issue during the configuration stage.
When I select the template “Node.js Express Web App to Linux on Azure”, I am prompted to choose an Azure subscription. After selecting the available subscription and clicking Continue, I am asked to authenticate by entering my Azure credentials.
However, after successfully providing the credentials:
- The process does not proceed to the next step (such as selecting or creating a Web App).
- Instead, it remains on the same configuration page.
- The expected list of available Web Apps is not displayed.
- The screen appears to be stuck or reloaded without progress.
Expected Behavior
After authentication, the system should:
- Successfully link the Azure subscription
- Display available Azure Web Apps or allow creation of a new one
- Proceed with pipeline configuration
Actual Behavior
- Authentication completes, but no progress is made
- The same page is displayed repeatedly
- No Web App options are shown
Impact
This issue is preventing me from creating and configuring a deployment pipeline for my Node.js application. While attempting to create a new pipeline in Azure DevOps, I am encountering an issue during the configuration stage.
When I select the template “Node.js Express Web App to Linux on Azure”, I am prompted to choose an Azure subscription. After selecting the available subscription and clicking Continue, I am asked to authenticate by entering my Azure credentials.
However, after successfully providing the credentials:
- The process does not proceed to the next step (such as selecting or creating a Web App).
- Instead, it remains on the same configuration page.
- The expected list of available Web Apps is not displayed.
- The screen appears to be stuck or reloaded without progress.
Expected Behavior
After authentication, the system should:
- Successfully link the Azure subscription
- Display available Azure Web Apps or allow creation of a new one
- Proceed with pipeline configuration
Actual Behavior
- Authentication completes, but no progress is made
- The same page is displayed repeatedly
- No Web App options are shown
Impact
This issue is preventing me from creating and configuring a deployment pipeline for my Node.js application.