-
Notifications
You must be signed in to change notification settings - Fork 169
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
azureSettings file in WebApps shouldn't be created by default #106
Comments
lower pri, as no harm appears to be done - but this is old legacy that should be eventually cleaned up |
very trivial |
The feature will be "deprecate old settings file: azureSettings.xml" |
Flanker32
pushed a commit
to Flanker32/azure-tools-for-java
that referenced
this issue
Oct 11, 2023
…nect Add "Connect to server/database" actions
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
when i create a new WebApp in IntelliJ (after installing the Azure plugin), i notice that azureSettings.xml file is created by default under the .idea folder. i haven't selected anything to do with Azure so far, so why does this get created?
i notice that it does get updated with my subscription id, tenant id, etc after i select to publish to Azure, which is fine. But why are we creating this if i haven't selected to use Azure yet.
The text was updated successfully, but these errors were encountered: