protected override async Task BeforeDeployInfrastructure(string resourceGroupName, string location) { SetContextToConfigurationResolvers(_azure, _graph, resourceGroupName); await _azure.EnsureResourceGroupExists(resourceGroupName, location); }
protected override async Task BeforeDeployInfrastructure(string resourceGroupName, string location) { await _azure.EnsureResourceGroupExists(resourceGroupName, location); }