diff --git a/08-building-search-applications/translations/ja-jp/README.md b/08-building-search-applications/translations/ja-jp/README.md index 3e572573b..5c7d3e10e 100644 --- a/08-building-search-applications/translations/ja-jp/README.md +++ b/08-building-search-applications/translations/ja-jp/README.md @@ -159,7 +159,7 @@ az cognitiveservices account deployment create \ --model-name text-embedding-ada-002 \ --model-version "2" \ --model-format OpenAI \ - --scale-settings-scale-type "Standard" + --sku-capacity 100 --sku-name "Standard" ``` ## 解決策