0
votes

I wanted to learn e2e deployment of an Angular project. I've a free trial subscription. I've created an app service already and it is running also. See: enter image description here

But on devops when I try to create a release pipeline the dropdown is empty. It says No subscription or service connection found. See: enter image description here

the subscription is also active:

enter image description here

This is the screenshot of Project Settings -> service connections -> New service connection -> Azure resource manager -> Service principal (automatic) -> Next (button):

enter image description here

I refreshed multiple times. Deleted the app service and created new service again and again then refreshed again. I was following this YouTube tutorial: Deploy Angular app using Azure DevOps build and release pipelines

I've commented for help but the person has not replied yet. I watched this video on repeat mode to see If I missed out an important step. Please help me. I tried tips from Microsoft Azure help/troubleshoot page.

1
Did you try add new service connection? The button +New after Azure subscription.Doris Lv
Yes I've gone through this document and it didn't helpTanzeel
Could you post the screenshot of Service connections page? Your Devops Project--> Project settings--> Service connectionsDoris Lv
Hi @Tanzeel, You need log in Azure portal to check if your subscription status is active. You could refer to this blog to check it and then kindly share the result here.Vito Liu

1 Answers

1
votes

You don’t appear to have an active Azure subscription.

We need log in Azure portal to check if your subscription status is active. If the subscription status is active, we should search for “Tenant properties” and disable Security defaults. This solves the problem. We could check this blog for more details.

enter image description here