Add existing Azure resource to a Deployment Stack
An Azure deployment stack is a type of Azure resource that enables the management of a group of Azure resources as an atomic unit.
If you deploy a new Deployment Stack, all resources in your ARM/Bicep template will be included as Managed resources, but what if you want to include a resource deployed outside of Bicep into your Deployment Stack?
A community member approached me to ask how they could do this, so let us take a look.