microsoft / microsoft/azure-tools-for-java
[IntelliJ][ReportedByUser] Store as project file does not work
@Flanker32 is already working on this.
Since Jun 20, 2024.
- Dominant language
- Java
- Stars
- 262
- Forks
- 185
- Avg merge
- 2d 21h
- Merged PRs (30d)
- 1
Description
Setup
IntelliJ build version: 2024.1.1 IC-241.15989.150
OS: Windows 10
JDK: JetBrains s.r.o. 17.0.10
Plugin version: 3.88.1-2024.1
Describe the bug
I have tried to deploy a Java Boot project as an Azure Web App. I activated the checkbox “store as project file” and selected a storage location. After the deployment, no project file was created. I have tried different installations: Target folder created, first clicked “Apply” and then “Run”. The deployment runs smoothly, the app works in Azure. But no additional file was created.
There is a way to change the run job. You can see that the checkbox is not activated. If I change the run job (activate checkbox), the file is created.
Translated with DeepL.com (free version)
To Reproduce
Create Java Boot Project
Install Plugin
Click Tool/Azure/Deploy to Azure Web Apps...
Activate Checkbox "Store as project file"
Click Run
Check configuration of running job
After deployment check for the file
Exception or Stack Trace
No stacktrace
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.