問題タブ [azure-purview]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
azure - azure purview を使用して azure sql データベースをスキャンできない
接続文字列を Azure Key Vault に格納しました。azure purview が azure Key Vault にアクセスできるようにするアクセス ポリシーを追加しました。私の接続文字列は次のとおりです: Server=tcp:imagevalidation.database.windows.net,1433;Initial Catalog=Imagevalidator;Persist Security Info=False;User ID=sqllogin;Password=xxxxxxxx;MultipleActiveResultSets=False;Encrypt=True;TrustServerCertificate=False ;接続タイムアウト=30;
Azure Data Factory では、同じ接続文字列が正常に機能します。Azure Key Vault を使用してそのデータベースを認証できます。
python - Python での REST API 呼び出しがエラー コード 500011 を返す
Postman でこの REST API 呼び出しを行うと、アクセス トークンが返されます
。このコードを使用して Python で試行すると、このエラーが発生します。
私が間違っていることは何か提案はありますか?