Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EES-4928 - adding missing vnet to main ARM template #5082

Merged
merged 1 commit into from
Jul 24, 2024

Conversation

duncan-at-hiveit
Copy link
Collaborator

This PR fixes up the inf deploy for EES-4928 by adding the public data processor's private link subnet to the main ARM template.

@duncan-at-hiveit duncan-at-hiveit force-pushed the EES-XXXX-fix-missing-vnet branch 2 times, most recently from 749decb to 6c2a62b Compare July 22, 2024 10:24
@@ -1045,6 +1045,8 @@
"dataSubnetRef": "[resourceId('Microsoft.Network/virtualNetworks/subnets', variables('vNetName'), variables('dataSubnetName'))]",
"publicApiDataProcessorSubnetName": "[concat(parameters('subscription'), '-', parameters('environment'), '-papi-snet-fa-processor')]",
"publicApiDataProcessorSubnetRef": "[resourceId('Microsoft.Network/virtualNetworks/subnets', variables('vNetName'), variables('publicApiDataProcessorSubnetName'))]",
"publicApiDataProcessorPlinkSubnetName": "[concat(parameters('subscription'), '-', parameters('environment'), '-papi-snet-fa-processor-plink')]",
"publicApiDataProcessorPlinkSubnetRef": "[resourceId('Microsoft.Network/virtualNetworks/subnets', variables('vNetName'), variables('publicApiDataProcessorPlinkSubnetName'))]",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There seems to be three unused 'subnetRef' variables already and I can't see where this one's used either. Is that correct?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed unused refs, ta

@duncan-at-hiveit duncan-at-hiveit force-pushed the EES-XXXX-fix-missing-vnet branch from 6c2a62b to f7a7ea0 Compare July 22, 2024 10:57
@duncan-at-hiveit duncan-at-hiveit force-pushed the EES-XXXX-fix-missing-vnet branch from f7a7ea0 to cbba257 Compare July 22, 2024 15:30
@duncan-at-hiveit duncan-at-hiveit force-pushed the EES-XXXX-fix-missing-vnet branch from cbba257 to 3b934f9 Compare July 24, 2024 09:20
@duncan-at-hiveit duncan-at-hiveit merged commit a7042b8 into dev Jul 24, 2024
7 checks passed
@duncan-at-hiveit duncan-at-hiveit deleted the EES-XXXX-fix-missing-vnet branch July 24, 2024 12:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants