2013-03-06 2 views
1

Azure에 기존 Symfony 2.1 애플리케이션을 배포하려고합니다. 이를 위해 Azure Distribution Bundle을 사용 중이며 here과 같이 Azure에 자산을 배포하려고합니다.Symfony 및 Azure 배포 번들 - Azure의 자산

windows_azure_distribution: 
... 
    services: 
     blob: 
      default: UseDevelopmentStorage=true 
      azureprod: DefaultEndpointsProtocol=http;AccountName=myaccountname;AccountKey=MyVeryLongAccOUntKeY== 
    assets: 
     type: blob 
     connection_name: azureprod 

어떤 아이디어 :

여기

Catchable Fatal Error: Argument 2 passed to WindowsAzure\DistributionBundle\Deployment\Assets\BlobStrategy::__construct() must be an instance of WindowsAzure\Blob\BlobRestProxy, none given, called in C:\IGPR\igpr\app\cache\azure\appAzureDebugProjectContainer.php on line 2361 and defined in C:\IGPR\igpr\vendor\beberlei\azure-distribution-bundle\WindowsAzure\DistributionBundle\Deployment\Assets\BlobStrategy.php line 35

내 config.yml의 관련 섹션 : 패키지를 만들 패키지 : windowsazure을 할 때

그러나, 나는 오류는 무엇입니까? Blob 프록시를 만들 수없는 것 같습니다. 로컬 개발 저장소를 사용하려고해도 동일한 오류가 발생합니다.

번들은 작성자를 통해 설치됩니다.

답변

0

Azure Distribution Bundle에있는 버그입니다. 관리자 인 has now fixed입니다.