@awakecoding Not as directly as in your screenshot - you can add marketplace offers that have their own experience as @MySnozzberries mentioned. But not plug into a 1P blade. You could also use templateSpecs with customUX (not sure if that fits your scenario or not)
https://t.co/VVbOH9WpsQ
I've been spending more time with custom UI for #armtemplates (in #biceplang) and #templateSpecs - thought I would share a particular sample since it uses some of the new controls in the UI form.
https://t.co/LIvwrQyuPh
I've been spending more time with custom UI for #armtemplates (in #biceplang) and #templateSpecs - thought I would share a particular sample since it uses some of the new controls in the UI form.
https://t.co/LIvwrQyuPh
This was too good not to share... we've made some improvements in the debugging experience for deploymentScripts. Never have I been so happy to receive this response on the cmd line.
#ARMTemplates#biceplang
We now have epoch time conversion in #armtemplates & #biceplang
https://t.co/YFv1dfsaBi
Grab v0.5 of bicep to see it... still working on VS Code (and docs) but it will work just fine in the service.
@DibranMulder@Jan_de_V @ed_dotnet Is "kind" a PUTable property on sql DB? api has it documented as read-only (which suggests if it's accepted on a PUT it's ignored.
Spec says it exists for the portal experience only...
@gmantri@Azure@satya_vel Got it, #biceplang is the easiest way as @adotfrank noted. If for some reason you need to stay with json, here is a sample/pattern you can use: https://t.co/hGJzqG59tM
I didn't know you could do this - use a managed identity to download the files for a custom script extension in an #armtemplate.
https://t.co/Chd5KnDjKo
#biceplang version as well
We still have some work to do on the condition=false path, but copy count of zero should work without any extra code.
You also shouldn't need a condition property if you have a scenario where the count will be zero.
We recently rolled out a change to #armtemplates to address an issue with copy count=0, the resources will not be validated so you no longer need to do things like this: https://t.co/8XJtWgV8Tv
Works the same with #biceplang too.