簡體   English   中英

Azure Cloud Service陷入困境

[英]Azure Cloud Service stuck

我有一個Azure雲服務,包括生產部署和暫存部署。

我可以升級,停止,刪除......生產部署但我不能對暫存一個進行任何操作。 說:

Windows Azure當前正在此部署上執行xxxxx操作,該操作需要獨占訪問權限。

我等了整個周末,問題仍然存在。 如果我查看我的操作日志,我可以看到該跟蹤:

    <SubscriptionOperation xmlns="http://schemas.microsoft.com/windowsazure" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
    <OperationId>xxxxxxxx</OperationId>
    <OperationObjectId>/xxxxxxxx/services/hostedservices/fxcalendar/deployments/xxxxxxxx</OperationObjectId>
    <OperationName>DeleteDeploymentBySlot</OperationName>
    <OperationParameters xmlns:d2p1="http://schemas.datacontract.org/2004/07/Microsoft.WindowsAzure.ServiceManagement">
        <OperationParameter>
            <d2p1:Name>subscriptionID</d2p1:Name>
            <d2p1:Value>xxxxxxxx</d2p1:Value>
        </OperationParameter>
        <OperationParameter>
            <d2p1:Name>serviceName</d2p1:Name>
            <d2p1:Value>xxxxxxxx</d2p1:Value>
        </OperationParameter>
        <OperationParameter>
            <d2p1:Name>deploymentSlot</d2p1:Name>
            <d2p1:Value>Staging</d2p1:Value>
        </OperationParameter>
    </OperationParameters>
    <OperationCaller>
        <UsedServiceManagementApi>true</UsedServiceManagementApi>
        <UserEmailAddress>Unknown</UserEmailAddress>
        <SubscriptionCertificateThumbprint />
        <ClientIP>xxxxxxxx</ClientIP>
    </OperationCaller>
    <OperationStatus>
        <ID>xxxxxxxx</ID>
        <Status>Failed</Status>
        <HttpStatusCode>409</HttpStatusCode>
        <Error>
            <Code>ConflictError</Code>
            <Message>Windows Azure is currently performing an operation with x-ms-requestid xxxxxxxx on this deployment that requires exclusive access.</Message>
        </Error>
    </OperationStatus>
    <OperationStartedTime>2013-11-04T09:04:37Z</OperationStartedTime>
    <OperationCompletedTime>2013-11-04T09:04:38Z</OperationCompletedTime>
</SubscriptionOperation>

我不知道如何恢復Staging部署。 我認為只有walkarround才能創建新的雲服務並更改DNS。

我們遇到了同樣的問題 - 我們唯一發現的是完全刪除 Cloud Service並重新創建它。 重新映像更新都無法恢復與新部署的集成。 該實例工作正常,但我們無法與它進行交互以部署新的更新。

注意 :請確保您在某處安裝了安全證書(pfx),因為您需要重新上傳它們。

錯誤消息 - 嘗試刪除Cloud Service實例

Windows Azure當前正在此部署上執行x-ms-requestid xxxxxxxx的操作,該操作需要獨占訪問權限。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM