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

Merge sync-60b33627 into main #69

Open
wants to merge 15 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ updates:
schedule:
interval: 'weekly'
open-pull-requests-limit: 10
groups:
docusaurus:
patterns:
- '@docusaurus/*'
13 changes: 13 additions & 0 deletions docs/production/azure.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,14 @@ last_update:

# <i class="fa fa-cloud-upload"></i> Microsoft Azureへのデプロイ

<<<<<<< HEAD
[Microsoft Azure](https://azure.microsoft.com/overview/?WT.mc_id=online-jhipster-judubois)は、クラウドでJHipsterアプリケーションを実行するための優れたソリューションです。
=======
- The easiest way is to use [JHipster Azure Container Apps](https://github.com/Azure/generator-jhipster-azure-container-apps) to create and deploy your project from end to end. JHipster Azure Container Apps is designed to streamline your full-stack Spring application development, leveraging the robust infrastructure of [Azure Container Apps](https://learn.microsoft.com/azure/container-apps/java-overview) to bring your projects to life with unprecedented ease and efficiency.
- If you are using Spring Boot, [Azure Container Apps](https://azure.microsoft.com/products/container-apps) offers full support for JHipster applications with built-in Java capabilities. You can read more on the [Quickstart](https://learn.microsoft.com/azure/container-apps/java-get-started).
- You can also try [Azure App Service](https://azure.microsoft.com/services/app-service/?WT.mc_id=online-jhipster-judubois) to deploy your monoliths.
- As with any Docker and Kubernetes cloud provider, you can use the JHipster Docker and Kubernetes support to deploy your Docker images to Microsoft Azure. Follow our [Docker Compose documentation](/docker-compose) and our [Kubernetes documentation](/kubernetes) for more information on these options.
>>>>>>> upstream/main

- 最も簡単な方法は、[JHipster Azure Spring Apps](https://github.com/Azure/generator-jhipster-azure-spring-apps)を使用して、プロジェクトをエンドツーエンドで作成してデプロイすることです。 JHipster Azure Spring Appsは、フルスタックのSpringアプリケーション開発を合理化するように設計されており、Azure Spring Appsの堅牢なインフラストラクチャを活用して、これまでにない容易さと効率性でプロジェクトを実現します。
- Spring Bootマイクロサービスを使用している場合、[Azure Spring Apps](https://azure.microsoft.com/services/spring-apps/?WT.mc_id=online-jhipster-judubois) はJHipsterアプリケーションを完全にサポートします。[Quickstart](https://learn.microsoft.com/azure/spring-apps/quickstart-deploy-microservice-apps)で詳細を読むことができます。
Expand All @@ -31,6 +38,7 @@ NubesGenを使用してJHipsterアプリケーションをデプロイするに

[start.jhipster.tech/generate-azure-application](https://start.jhipster.tech/generate-azure-application)経由で、Azure Spring Appsへの組み込みのazdデプロイメントを備えた、新しいJHipsterアプリケーションの作成もできます。デプロイメントテンプレートの恩恵により、`azd up` という1つの簡単なコマンドでデプロイできるオープンソースのツールキット Azure Development CLI を活用します。

<<<<<<< HEAD
<div class="thumbnail no-margin-bottom">
<div class="video-container">
<iframe width="420" height="315" src="https://www.youtube.com/embed/AmxPv_5Bs_k?si=HeDmf113Uld0bCbS&amp;start=33" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
Expand All @@ -42,3 +50,8 @@ NubesGenを使用してJHipsterアプリケーションをデプロイするに
<p>2023年9月26日 公開</p>
</div>
</div>
=======
You can also create a new JHipster application with built-in azd deployment to Azure Containers Apps via [start.jhipster.tech/generate-azure-application](https://start.jhipster.tech/generate-azure-application). This will leverage the [Azure Development CLI](https://learn.microsoft.com/azure/developer/azure-developer-cli/?WT.mc_id=java-0000-sakriema), an open-source toolkit that benefits from deployment templates and lets you deploy with one simple command: 'azd up'.

Published on 21 Nov. 2024
>>>>>>> upstream/main
9 changes: 9 additions & 0 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,22 @@ const config: Config = {
// useful metadata like html lang. For example, if your site is Chinese, you
// may want to replace "en" with "zh-Hans".
i18n: {
<<<<<<< HEAD
defaultLocale: 'ja',
locales: ['ja', 'en'],
=======
defaultLocale: 'en',
locales: ['en', 'jp'],
>>>>>>> upstream/main
localeConfigs: {
en: {
label: 'English',
},
<<<<<<< HEAD
ja: {
=======
jp: {
>>>>>>> upstream/main
label: '日本語',
},
},
Expand Down
Loading