Azure local - LocalBox #3325
-
|
Hi, I’m an Azure engineer working at a Microsoft Partner. I’ve never had the chance to work with Azure Local before, but I’d like to research, learn, and practice it. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Hi @BasakAHLAT
We have not exposed parameters for doing this as of now, although we have it tracked in the backlog as part of cost optimization enhancements. However, you can fork the repository and make these customizations:
When that has been prepared, you can deploy from your own customized branch like this: $githubAccount = "BasakAHLAT"
$githubBranch = "custom_localbox"
$RGname = "localbox-rg"
$Location = "australiaeast"
$TemplateFile = "C:\repos\azure_arc\azure_jumpstart_localbox\bicep\main.bicep"
$TemplateParameterFile = "C:\repos\azure_arc\azure_jumpstart_localbox\bicep\localbox.bicepparam"
New-AzResourceGroup -Name $RGname -Location $LocationIn localbox.bicepparam, configure the value for
|
Beta Was this translation helpful? Give feedback.
-
|
Hi @janegilring Thanks for your explanation and guidance. My goal is to get some hands-on experience and understand how Azure Local works in hybrid scenarios. |
Beta Was this translation helpful? Give feedback.
Hi @BasakAHLAT
We have not exposed parameters for doing this as of now, although we have it tracked in the backlog as part of cost optimization enhancements.
However, you can fork the repository and make these customizations:
Standard_E16s_v6) as allowed on this and this location in the Bicep templates.When that has been prepared, you can deplo…