cost 81 ms
Azurite 在 mac 上在哪里存儲 blob、隊列和表?

[英]Where does Azurite store blobs, queues and tables on mac?

我正在 VSCode 上開發 Azure Function。 我看到在我的工作區文件夾中創建了一堆文件。 但是,即使我刪除了它們,當我打開 Azure Storage Explorer 時,我仍然看到一堆容器等。我怎樣才能在一個命令中刪除所有這些? ...

從 docker-compose 中的服務連接到 azurite

[英]Connecting to azurite from service in docker-compose

我正在嘗試為 Azure 功能應用程序創建一些 API 測試。 為了使 API 正常工作,它需要一個 azure 存儲帳戶。 我創建了一個 docker-compose 文件我的 API 藍銅礦我的 API 測試一切都非常順利,直到 API 嘗試訪問存儲。 然后存儲返回 403 以檢查文件是否存在 ...

Azure Function 從 Blob 存儲獲取圖像停止在本地 Azure 模擬器 (Azurite) 上工作

[英]Azure Function to get image from Blob Storage stopped working on Local Azure Emulator (Azurite)

簡單 Azure function 從存儲中獲取圖像... 工作得很好,但我遇到了一個問題:無法啟動 azure 函數(內部 500 錯誤 - blob 存儲問題)。 附加配置參數似乎可以解決初始化問題: 不幸的是,現在 function 在執行時不起作用: 它使用所需的文件名和大小記錄訪問。 它在 ...

vs 代碼 azure function - 第二次調試

[英]vs code azure function - debugging 2nd time

在 Azurite 運行的情況下,我可以通過按 F5 調試 c# do.net-isolated azure function app ok。 然后,我通過單擊調試工具欄上的停止按鈕停止調試 session。 問題是,如果我嘗試運行第二次調試 session,我只是在屏幕左側的“運行和調試”下顯示藍 ...

嘗試上傳本地容器時上傳 blob 存儲返回問題

[英]Upload blob storage return issues trying to upload local container

我想實施 Azurite + Microsoft Azure 存儲資源管理器。 首先,我全局安裝了 Azurite,然后運行azurite run命令。 完成后,我通過 Microsoft Azure Storage Explorer 將其連接為本地存儲模擬器,並在其中創建了一個容器,如下圖所示: ...

在 Visual Studio 2022 中調整服務依賴啟動 arguments

[英]Adjust service dependencies startup arguments in Visual Studio 2022

問題是否可以為 Visual Studio 2022 中的服務依賴項設置啟動參數或以任何方式配置它們? 我可以創建自己的嗎? 解決方法在打開 Visual Studio 2022 之前,使用我首選的 arguments 手動啟動azurite 。 信息在 Visual Studio 2022 中打 ...

藍銅礦容器不暴露 ssl

[英]azurite container not exposing ssl

我正在嘗試使用這些說明設置 azurite,我看到許多其他人已經成功了。 我需要為我的客戶端應用程序測試配置 SSL(最終是 oauth)。 在沒有 SSL 的情況下,azurite 容器可以正常工作,但是當 SSL 被激活時,我的客戶端無法連接,因為容器沒有公開證書。 我使用 mkcert 創建 ...

Azure 函數 Azurite 404 BlobNotFound

[英]Azure Functions Azurite 404 BlobNotFound

清理Azurite文件夾,重啟my.Net 6 Azure Functions ~4個項目后,出現如下錯誤: 我的Local.settings.json配置設置為使用本地開發存儲: 我的項目沒有任何變化。 這是來自BlobLeaseDistributionManager.cs的內部錯誤。 雖然它可 ...

是否可以在本地藍銅礦環境中使用認知搜索

[英]Is it possible to use cognitive search in a local azurite environment

這完全可能是我誤解了藍晶石的工作原理,但我似乎無法通過搜索找到答案。 我已經通過 VS 代碼擴展下載了 Azurite,並使用 Windows 存儲資源管理器將一些數據上傳到了我硬盤上的本地 blob 源; 現在在 azurite __blobstorage__文件夾中可見。 我已經嘗試初始化一個新 ...

使用 Azurite 的 Azure 存儲資源管理器中的錯誤:第一個參數必須是字符串類型或緩沖區實例

[英]Error in Azure Storage Explorer with Azurite : The first argument must be of type string or an instance of Buffer

我正在本地運行 Azure function,來自 VSCode,它將字符串輸出到 blob。 我正在使用 Azurite 來模擬 output blob 容器。 我的 function 看起來像這樣: 我的 function.json: 在 local.settings.json 中,我設置"Az ...

帶有模擬存儲的 Azure 函數中的“需要 407 代理身份驗證”

[英]"407 Proxy Authentication Required" at Azure Function with emulated Storage

我嘗試在 Visual Studio 2022 中創建時間觸發函數,而在調試時執行此操作會發生以下錯誤: 我的 local.settings.json 如下所示: 我還嘗試將我們的本地公司代理添加到此設置中 bs 設置 HTTP_PROXY 和 HTTPS_PROXY 的值,但由於已在環境變 ...

在 windows 圖像上使用 Azure DevOps 管道運行 Azurite

[英]Run Azurite with Azure DevOps Pipelines on windows image

我正在嘗試從 Azure DevOps 管道運行並連接到 azurite。 這就是我的管道的樣子 它在可用性檢查中失敗。 相同的管道在 ubuntu 圖像上工作正常,但我的項目對 Windows 有一些依賴性。如何連接到 windows 圖像上的 azurite? ...

如何在本地計算機上模擬 Azure 文件存儲?

[英]How to emulate Azure File Storage on Local Machine?

我想從我的 Web 應用程序集成和測試 Azure 文件存儲,並且在將其部署到環境(預配 Azure 共享文件夾的位置)之前,我想在本地對其進行測試。 我有一個在本地運行 Azurite 的 docker 容器,我能夠在本地計算機上模擬 Azure Blob 存儲容器,與之連接並進行測試。 我只 ...

如果作為托管身份運行,您可以創建/刪除/更新存儲的訪問策略嗎?

[英]Can you create / delete / update stored access policies if running as a Managed Identity?

我不太確定如何在本地進行測試,因為我對使用托管身份的理解是我的代碼需要作為 azure 資源發布並在該身份下運行才能訪問另一個已授予該身份某些權限的 azure 資源. 就我而言,我想測試我的 Web 應用程序在使用托管標識運行時是否可以創建存儲的訪問策略,然后針對該策略生成 sas。 代碼的基礎 ...

如何使用 oauth 和自簽名證書運行 Azurite?

[英]How do you run Azurite with oauth and a self signed certificate?

我正在嘗試使用 Azurite 進行一些本地測試,這應該使我能夠對 blob 容器等執行所有我想做的事情。我也希望能夠使用托管標識,因此在創建 blob 時使用 DefaultAzureCredential客戶。 我發現這篇非常有用的文章解釋了這一切。 但是,它假設您只是自己開始使用 Azurit ...

如果同時運行多個項目,Azurite 存儲模擬器將停止

[英]Azurite storage emulator stopping if running multiple projects at once

晚上好,我一直在做一個 web 應用程序、api、一些庫和一些 Azure 函數的項目。 當我單獨運行 Azure function 時它工作得很好但今天我注意到當我 select VS2022 中的多個啟動項目並一次運行所有項目時它們都運行良好但我的 azure function 給我錯誤“沒有連 ...

嘗試為(Azurite)Azure BLOB 存儲生成 SAS URI 時,“服務器無法對請求進行身份驗證”

[英]'Server failed to authenticate the request' when attempting to generate SAS URI for (Azurite) Azure BLOB storage

我梳理了這個問題的至少十幾個不同版本,但到目前為止,沒有一個能對我遇到的問題給出答案。 我正在嘗試開發一個概念驗證,用於使用 Azurite 和具有相應存儲帳戶密鑰的服務 SAS 從 Azure BLOB 存儲檢索圖像。 我正在使用眾所周知的 Azurite 存儲帳戶憑證,如此處所示。 在 C# ...

集成了 azurite 的 Visual Studio 2022 (v3.14.1) 在創建本地 blob 容器時會給出錯誤消息 InvalidHeaderValue

[英]Visual studio 2022 with azurite integrated (v3.14.1) In creation of local blob container gives error message InvalidHeaderValue

這是引發的錯誤: 如果我在 Github 上查看: https://github.com/Azure/Azurite ://github.com/Azure/Azurite。並閱讀以下描述: API版本兼容策略 如果傳入請求的 API 版本高於 Azurite,Azurite 將為 x-ms ...


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