Forum Discussion
Error Depoloying Azure Stack?
Hi lalford1,
The error you're seeing during the Azure Stack deployment points to an issue with the network configuration, particularly with the compute and management components failing to provision. This often occurs when there are misconfigurations in the network settings or when the communication between the nodes isn't properly established. It's important to verify that all network configurations, such as IP addresses, DNS settings, and subnet configurations, are accurate and properly aligned across all the nodes. Make sure the network interfaces and switches on the nodes are correctly set up, and all of them are accessible to each other.
Another possible cause could be firewall settings or security groups that are restricting communication between the nodes. If any of these configurations are incorrect or incomplete, it could lead to the failure you're encountering.
You should also check the event logs for more detailed information about the failure and ensure there are no hidden issues with the physical network.
Regards!