简体   繁体   English

Azure Neo4J 不会部署

[英]Azure Neo4J Will Not Deploy

I'm trying to deploy a neo4j Enterprise Cluster using the Azure Portal GUI.我正在尝试使用 Azure 门户 GUI 部署 neo4j 企业集群。 I'm just doing a vanilla install.我只是在做一个香草安装。 When I get to the last step, the error reads:当我到达最后一步时,错误显示为:

InvalidContentLink

Unable to download deployment content from 'https://gallery.azure.com/artifact/20151001/neo4j.neo4j-enterprise-editionha.1.0.10/Artifacts/clusterTemplate.json'. The tracking Id is '99f19bbe-f9f8-4e04-91b7-7aa58a82922f'. Please see https://aka.ms/arm-deploy for usage details.
Basics
Subscription
Not free trial
Resource group
neo4j
Location
(US) West US 2
Admin Account Name
reallyHardToGuess
Password
****************
Neo4j Settings
Neo4j Version
Neo4j 3.1
Neo4j password
****************
SSL Certificate
-
SSL Private Key
-
Neo Cluster Name
neo
Number of VMs
3
Size of each VM
Standard D4 v2
Virtual network for the Cluster
neo-vnet-01
Subnet for Cluster VMs
clusterSubnet
Subnet for Cluster VMs address prefix
10.0.0.0/24
Public IP address
NeoIP001
None
-

The URL for the deployment content does not resolve:部署内容的 URL 无法解析: 在此处输入图片说明

I've tried all versions of neo4j and a bunch of different VM choices.我已经尝试了所有版本的 neo4j 和一堆不同的 VM 选择。 Same result.结果一样。 Please advise.请指教。

EDIT: 2 weeks later...编辑:2周后...

在此处输入图片说明

在此处输入图片说明

The answer ended up being that Azure was showing an outdated Neo4J option ("Enterprise Edition").答案最终是 Azure 显示了一个过时的 Neo4J 选项(“企业版”)。 One must select "Casaul Cluster" to pass validation:必须选择“Casaul Cluster”才能通过验证: 在此处输入图片说明

The Azure instance of "Enterprise Edition VM" is currently invalid. “企业版 VM”的 Azure 实例当前无效。 Only option is to choose Causal Cluster or (potentially) deploy Enterprise Edition VM via this method on Medium ( https://medium.com/neo4j/how-to-automate-neo4j-deploys-on-azure-d1eaeb15b70a )唯一的选择是选择因果集群或(可能)通过这种方法在 Medium ( https://medium.com/neo4j/how-to-automate-neo4j-deploys-on-azure-d1eaeb15b70a ) 上部署企业版 VM

You are using a very old template that is no longer supported.您正在使用不再受支持的非常旧的模板。 The correct one is here: https://azuremarketplace.microsoft.com/en-us/marketplace/apps/neo4j.neo4j-enterprise-causal-cluster?tab=Overview正确的在这里: https : //azuremarketplace.microsoft.com/en-us/marketplace/apps/neo4j.neo4j-enterprise-causal-cluster?tab=Overview

Notice that you are attempting to launch Neo4j version 3.1, which is probably about 2 years old.请注意,您正在尝试启动 Neo4j 版本 3.1,该版本可能已经使用了大约 2 年。 The current stable version is 3.5 with 4.0 soon available.当前的稳定版本是 3.5,即将推出 4.0。

Use the updated version.使用更新的版本。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM