Go implementation command for Azure Resource Manager template function uniqueString. Creates a hash string based on the values provided as parameters.
Bicep cannot be dry run, and you cannot check the hash string until you run it. You can check what string will be generated in advance.
go install github.com/yusuke-koyoshi/azure-unique-string@latestInstalled in $GOPATH/bin.
Add the path to $GOPATH/bin.
azure-unique-string string1 [string2]...$ azure-unique-string "/subscriptions/xxxx-xxxx/resourceGroups/yourgroups" "test"
ffirqaf2lsvui