Include in resource definition what it is for... #8440
-
I realise this might seem like an odd thing to ask for, but as an example, I'm in the process of trying to figure out how to deploy a custom image, and have had the opportunity to look at many many deployment references, and many of them makes me wonder what they are for. Microsoft.Network publicIPPrefixes - this is presumably used in creating public IP addresses, but what is it actually for. I could go on, but I don't want to include too many examples. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
The best thing to do is to reference the Docs which now appear to be Learn pages. E.g. the Product pages --> Compute https://learn.microsoft.com/en-us/azure/?product=compute Then Virtual Machines --> https://learn.microsoft.com/en-us/azure/virtual-machines/ You can then drill into the specifics... these are the actual Docs. The others are just API/Schema references Product page exist for ALL Resource Providers and capabilities. |
Beta Was this translation helpful? Give feedback.
The best thing to do is to reference the Docs which now appear to be Learn pages.
E.g. the Product pages --> Compute https://learn.microsoft.com/en-us/azure/?product=compute
Then Virtual Machines --> https://learn.microsoft.com/en-us/azure/virtual-machines/
You can then drill into the specifics... these are the actual Docs. The others are just API/Schema references
https://learn.microsoft.com/en-us/azure/virtual-machines/shared-image-galleries?tabs=azure-powershell
Product page exist for ALL Resource Providers and capabilities.