Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Japanese Translation documents for Workshop #149

Merged
merged 61 commits into from
Nov 27, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
61 commits
Select commit Hold shift + click to select a range
34a53f2
Created Japanese Translation Documents for Workshop
yoshioterada Sep 14, 2023
b3a664e
Create Japanese Translation documents for Workshop
yoshioterada Sep 14, 2023
eca9a5d
Deleted wrong explanation
yoshioterada Sep 14, 2023
8230a40
Updated Markdown missing
yoshioterada Sep 14, 2023
69c03dd
Modified Markdown expression
yoshioterada Sep 14, 2023
a62512d
Upload Image files
yoshioterada Sep 14, 2023
e26b0a6
Added AI Workshop
yoshioterada Sep 14, 2023
5a1d830
Modified Link for AI
yoshioterada Sep 14, 2023
6dcf599
Create README.md
yoshioterada Sep 25, 2023
68fa322
Update README.md
yoshioterada Sep 25, 2023
bc9b195
Update README.md
yoshioterada Sep 25, 2023
09992f7
Update README.md
yoshioterada Sep 25, 2023
a17d8eb
Update README.md
yoshioterada Sep 25, 2023
e4805ac
Update README.md
yoshioterada Sep 25, 2023
08cc8ea
Update README.md
yoshioterada Sep 25, 2023
1f50dfc
Update README.md
yoshioterada Sep 25, 2023
f960e4e
Update README.md
yoshioterada Sep 25, 2023
ba0c4b2
Update README.md
yoshioterada Sep 25, 2023
112bda8
Update README.md
yoshioterada Sep 25, 2023
b0a8176
Update for intermediate
yoshioterada Sep 25, 2023
e173fb8
Update README.md
yoshioterada Sep 25, 2023
a04fb0e
Update README.md
yoshioterada Sep 25, 2023
15ffed1
Update README.md
yoshioterada Sep 25, 2023
89e42ee
Update README.md
yoshioterada Sep 25, 2023
70c948a
Update README.md
yoshioterada Sep 25, 2023
12e4efb
Modified Connection Strings
yoshioterada Sep 25, 2023
8fd1ce0
Update README.md
yoshioterada Sep 25, 2023
a9e956e
Update README.md
yoshioterada Sep 25, 2023
4282660
Update README.md
yoshioterada Sep 25, 2023
f5049f9
Merge branch 'Azure-Samples:Azure' into japanese-translation
yoshioterada Sep 25, 2023
8624fb3
Update README.md
yoshioterada Sep 25, 2023
d414033
Update README.md
yoshioterada Sep 26, 2023
5bcd1a1
Modified LR
yoshioterada Sep 27, 2023
320588b
Modified to run the script before az login
yoshioterada Sep 27, 2023
4d46ea4
Deleted Invalid command
yoshioterada Sep 27, 2023
14bf6ba
Modified Invalid explanation for change the KEY_VAULT settings
yoshioterada Sep 27, 2023
e001839
Added BP_JVM_VERSION arguments
yoshioterada Sep 27, 2023
b23e6d3
Deleted invalid character and english statement
yoshioterada Sep 27, 2023
e77144c
Modified operation for run the scripts
yoshioterada Sep 27, 2023
90faf59
Deleted command which no need to execute
yoshioterada Sep 27, 2023
2e2e807
Added detail instructions
yoshioterada Sep 28, 2023
bc2c48a
Added explanation
yoshioterada Sep 28, 2023
d5472b1
Merge branch 'Azure' into japanese-translation
dingmeng-xue Nov 20, 2023
20a73a5
Merge branch 'Azure-Samples:Azure' into japanese-translation
yoshioterada Nov 23, 2023
74e5fae
modified the directory name from ja to ja-jp
yoshioterada Nov 23, 2023
0529212
I moved the ja-jp directory under the azure-spring-apps-enterprise di…
yoshioterada Nov 23, 2023
c6768b6
update home page
dingmeng-xue Nov 23, 2023
51f99ce
copy pictures
dingmeng-xue Nov 23, 2023
7f03a8f
Update links
dingmeng-xue Nov 23, 2023
95a6442
update links
dingmeng-xue Nov 23, 2023
808809e
update links
dingmeng-xue Nov 23, 2023
fb988a3
update links
dingmeng-xue Nov 23, 2023
1eaf432
update links
dingmeng-xue Nov 23, 2023
0eb6b4d
update links
dingmeng-xue Nov 23, 2023
ca081de
remove pictures
dingmeng-xue Nov 23, 2023
b736937
update links
dingmeng-xue Nov 23, 2023
826c5a0
update links
dingmeng-xue Nov 23, 2023
aefb192
Update README.md
yoshioterada Nov 23, 2023
29e4d04
Update README.md
yoshioterada Nov 23, 2023
4f54f75
Update README.md
yoshioterada Nov 23, 2023
e93a83a
Merge branch 'Azure' into japanese-translation
dingmeng-xue Nov 27, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update README.md
Update README.md
  • Loading branch information
yoshioterada committed Sep 25, 2023
commit a9e956eb9965e06e31ea670acd113e33c9df8273
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,23 @@

上記で、[Object ID] の値をコピーした後、ARM テンプレートの [Object ID] フィールドに値を貼り付けます。

### 補足 (省略可能)

各リソース名の競合を避けるために、ARM テンプレートの値を修正する事をおすすめします。
ARM テンプレートの画面から `Edit template` をクリックし、`Variables` の下記の値を修正してください。
具体的には、デフォルトで `0,4` と記載されている箇所をすべて下記のように `0,8` に修正してください。

```json
"variables": {
"resourceGroupName": "[concat(parameters('projectName'), '-rg')]",
"dbName": "[concat(parameters('projectName'), '-db-', substring(uniqueString(subscription().id, parameters('projectName')),0,8))]",
"cacheName": "[concat(parameters('projectName'), '-cache-', substring(uniqueString(subscription().id, parameters('projectName')),0,8))]",
"keyVaultName": "[concat(parameters('projectName'), '-kv-', substring(uniqueString(subscription().id, parameters('projectName')),0,8))]",
"logAnalyticsWorkspaceName": "[concat(parameters('projectName'),'-la-',substring(uniqueString(subscription().id, parameters('projectName')),0,8))]",
"appInsightsName": "[concat(parameters('projectName'),'-insights-',substring(uniqueString(subscription().id, parameters('projectName')),0,8))]"
},
```

**Next** をクリックし、次の画面に進みます。次の画面で **Create** をクリックします

上記のデプロイは、完了するまでにしばらく時間がかかります (25 分から 30 分)。この手順が完了するまで待つ必要はありません。次のセクションに進むことができます。ただし定期的に、Azure ポータルでこの手順の完了を確認してください。
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,17 @@ cd /workspaces/acme-fitness-store/azure-spring-apps-enterprise
cp ./scripts/setup-db-env-variables-template.sh ./scripts/setup-db-env-variables.sh
```

次に、Postgres Server 用のパスワードを作成します
次に、デフォルトの Postgres Server のパスワードを変更するため、新規パスワードを作成します

```
POSTGRE_PASSWORD='!'$(head -c 12 /dev/urandom | base64 | tr -dc '[:alpha:]'|
fold -w 8 | head -n 1)$RANDOM
echo $POSTGRE_PASSWORD
!ZprnIJvF27999
!NEW_RANDOM_PASSWORD
```

> ご注意: デフォルトのパスワードは ARM テンプレートの administratorLoginPassword パラメーターで設定されており、Azure Portal でデプロイする際に変更することもできます。

`./scripts/setup-db-env-variables.sh` ファイルを開いて、下記の情報を入力します。

```shell
Expand All @@ -29,7 +31,7 @@ export AZURE_CACHE_NAME=acme-fitness-cache-CHANGE-ME # Azure Cac
export POSTGRES_SERVER=acme-fitness-db-CHANGE-ME # Azure Database for PostgreSQL Flexible Server 用の一意な名前。CHANGE_ME の箇所を作業 3 の ARM テンプレートで作成された 4 つのユニークな文字に置き換えてください。

export POSTGRES_SERVER_USER='acme' # Postgres server への接続ユーザ名を設定します
export POSTGRES_SERVER_PASSWORD='!ZprnIJvF27999' # Postgres server への接続パスワードを設定します
export POSTGRES_SERVER_PASSWORD='!NEW_RANDOM_PASSWORD' # Postgres server への接続パスワードを設定します
```

上記の変数値は、ARM テンプレートで作成されたリソース・グループに直接アクセスして確認することもできます。これにより、そのリソース。グループ内の全リソースが表示され、データベースとキャッシュも一覧に表示されます。
Expand Down