이제 Azure 포털을 사용하여 하늘 구름에 Java 응용 프로그램을 배포하고 싶습니다. 먼저Azure 포털에 응용 프로그램 배포
- , 나는 새로운 호스팅 서비스를 생성
- 그럼 난 형태로 몇 가지 정보를 입력하고 로컬 컴퓨터에서 윈도우 Azure 패키지 및 서비스 구성 파일을 업로드하려고합니다.
Warning: This deployment has at least one role with only one instance. We recommend that you deploy at least two instances per role to ensure high availability in case one of the instances becomes unavailable. Doing so also enables coverage of the Windows Azure Compute SLA, which guarantees 99.95% uptime. For more information please visit here. Find more solutions in the Windows Azure support forum.
Error: The deployment requires certificates that do not exist for the new hosted service. To fix, create the new hosted service without the deployment, add the required certificate(s), and then create the deployment. Find more solutions in the Windows Azure support forum.
이 오류가 무엇입니까 : 나는 확인 버튼을 클릭하면
는, 나는 다음과 같은 오류 메시지가 있어요?
이제 작업 역할을 추가 한 후에 새로운 호스팅 서비스를 만들 수 있습니다. 그러나 업로드가 진행 중일 때 약 60 % 진행되면 항상 시간 초과됩니다. 거의 3 번 시도합니다. 여전히 동일합니다. Windows Azure 포털에이 파일을 업로드하는 다른 트릭이 있습니까? –
CSPKG 파일의 크기는 얼마입니까? – AvkashChauhan
포털을 통해 거의 업로드하지 않습니다. 병렬 스트림을 업로드하기 위해 최적화되어 있으므로 별도의 도구 (Cerebrata의 Cloud Storage Studio 사용)로 업로드하는 경향이 있습니다. [CloudBerry] (http://www.cloudberrylab.com/free-microsoft-azure-explorer.aspx)와 같은 일부 무료 프로그램이 있습니다. –