Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
169 views
in Technique[技术] by (71.8m points)

Azure: is there a graph tells what resources needed to deploy something?

e.g. to create a storage, I need the following:

resource group --> storage account --> container

to deploy a webapp, I need the following:

resource group --> app service plan -->

You got what I mean. It's good for beginners like me.

question from:https://stackoverflow.com/questions/65944296/azure-is-there-a-graph-tells-what-resources-needed-to-deploy-something

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

is there a graph tells what resources needed to deploy something?

For this issue, I am afraid that there is no such graph to tell what resources are needed to deploy something.

If you are using azure devops pipeline to deploy, the tasks will display the settings that you are required to fill in. For example Azure Web App Deploy task:

enter image description here

If you are creating services in azure portal, then you can find the required resources by searching for documents, and the settings you need to fill in will also be displayed on the creation page. For example Create a storage account:

enter image description here


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...