July 2018
Beginner
552 pages
13h 18m
English
Since we cannot use PowerShell for everything, it is also possible to execute a certain set of functions inside ARM templates. These can be very useful; for example, they can be used to generate a unique string for certain resources, to concatenate variables and parameters, and much more.
The function uniqueString will deterministically generate seemingly unique strings, depending on the seed that you are using. This function should by no means be seen as a cryptographic hash function. For our intents and purposes, this function generates random strings that can ...
Read now
Unlock full access