Description
API Spec link
API Spec version
2024-05-01-preview
Question/Query
Hello,
I'd like to inquire and most likely report a issue for API Request for SQL Database Export operation, I'm not sure is this right repository for this so sorry if im just putting an garbage issue here.
I've been trying to setup simple request to API to export SQL DB into a file using managed identity as a form of authentication for both blob and db connection.
Although i was able to connect to the DB an attempt to establishing connection to blob using as stated in docs Resource_ID
results with an error InvalidImportExportStorageKeyFormat, so is it possible to access blob using MI or its only possible to establish connection to DB using it?
Or is there's some misinformation in docs and:
- Theres other ID that should be provided for request body storageKey property if so what it should be?
- Resource ID needs to be formatted in specific way if so how should be it phrased?
- There's another property name that replaces storageKey property?
- MI is only for DB connection?
- I'm missing something else?
I've tried both user assigned and system assigned identities for an attempt to connect to blob both resulting with same response "InvalidImportExportStorageKeyFormat"
Thanks in advance for any information, if this isn't right place for this sorry once again.
Environment
No response