At 15:23 you say that it will update the existing storage account from LRS TO GRS. Maybe I’m mistaken but the code looks to me like it will create a new storage account?
Hi there! No, in this case it was doing a new Azure deployment using the template spec, but because I didn’t change the target resource group or the name of the storage account, it just updated the SKU on the existing storage account from LRS to GRS, it wouldn’t have deployed a new storage account. Hope that makes sense?
@@MattAllford the code looks like it randomises the storage account name? Or am I incorrect? (Disregard this comment, the unique string function uses a hashing algorithm, so it will produce the same storage account name - my bad)
Great stuff! 👍🏻
Thanks Draugen!
At 15:23 you say that it will update the existing storage account from LRS TO GRS. Maybe I’m mistaken but the code looks to me like it will create a new storage account?
Hi there! No, in this case it was doing a new Azure deployment using the template spec, but because I didn’t change the target resource group or the name of the storage account, it just updated the SKU on the existing storage account from LRS to GRS, it wouldn’t have deployed a new storage account.
Hope that makes sense?
@@MattAllford the code looks like it randomises the storage account name? Or am I incorrect? (Disregard this comment, the unique string function uses a hashing algorithm, so it will produce the same storage account name - my bad)
@@BuggageandGlitchage awesome, was just typing that up but you beat me to it 🙂
@@MattAllford nice channel by the way, I hope you continue to develop it.
@@BuggageandGlitchage thank you! It’s been off to a slow start, but I have plans this year to try and release some content at least every 2 weeks!