func ZonalAllocationFailureOccurred()

in pkg/errors/armerrors.go [42:45]


func ZonalAllocationFailureOccurred(err error) bool {
	azErr := IsResponseError(err)
	return azErr != nil && azErr.ErrorCode == ZoneAllocationFailed
}