[Azure] I tried to create a Java application for free ~ Connect with FTP ~ [Beginner]

Overview

This article uses Azure's "App Service" to Last time [Azure] I tried to create a Java application for free-Web App creation- [Beginner], Connect to the web app via FTP and change the wording of TOP: bangbang :: ghost:

If you don't have an Azure subscription Please create a Free Account before you start.

[Azure] I tried to create a Java application for free

[Azure] I tried to create a Java application for free-Web App creation- [Beginner] -Create a "java" web app using "App Service" ・ Display up to "Hello world !!" on the TOP page

** [Azure] I tried to create a Java application for free ~ Connect with FTP ~ [Beginner] **: point_left_tone1: Now here: bangbang: -Connect to the previously created "java" web application by FTP ・ Change "Hello world !!" on the TOP page

~ Schedule for the next time and later ~ [Azure] I tried to create a Java application for free ~ Git edition ~ [Beginner] [Azure] I tried to create a Java application for free ~ SQL Server ~ [Beginner]

Connect by FTP

Get FTP information

--Open Portal (https://portal.azure.com/) in your browser

-** Select the app you want to connect by FTP with [Home]> [App Service] **
* This time, we will use the previously created "namari-sampleWebApp-java".

-** Check if the site is displayed by jumping to ** [URL] ** in [Summary] **. (Check the current status!)

-** Select [Deployment Center] ** and select ** [Manual Deployment (push / sync)]> [FTP] ** to display ** [Dashboard] ** below. click

--Enter the displayed information into FTP to connect (connect with Atom this time)
* ** If [User Credentials] ** is set, the set user name / It is also possible to use a password

Screenshot_2019-10-09 Microsoft Azure.png

- sample -

FTP information If you cannot connect
(Atom...etc)
FTPS endpoint(host) ftps://waws-prod-dm1-161.ftp.azurewebsites.windows.net/site/wwwroot waws-prod-dm1-161.ftp.azurewebsites.windows.net
username namari-sampleWebApp-java$namari-sampleWebApp-java namari-sampleWebApp-java
password ●●●●●●●●●● ●●●●●●●●●●
port 21 21

Change the contents of the TOP page (connection confirmation)

--Change the wording on the TOP page from "Hello world !!" to "FTP! OK!".

--OK if it has been changed! !!

**! !! !! Completed! !! !! ** **

Related article

-[Azure] I tried to create a Java application for free-Web App creation- [Beginner] -[Azure] I tried to create a Java application for free-Connect by FTP- [Beginner] -[Azure] I tried to create a Java application for free ~ Git edition ~ [Beginner] -[Azure] I tried to create a Java application for free ~ SQL Server ~ [Beginner]

Recommended Posts

[Azure] I tried to create a Java application for free ~ Connect with FTP ~ [Beginner]
I tried to create a java8 development environment with Chocolatey
I tried to modernize a Java EE application with OpenShift.
I tried to break a block with java (1)
I tried to create a Clova skill in Java
[Rails] I tried to create a mini app with FullCalendar
I tried to interact with Java
I tried to create a padrino development environment with Docker
I tried to make an Android application with MVC now (Java)
Java beginner tried to make a simple web application using Spring Boot
I want to create a dark web SNS with Jakarta EE 8 with Java 11
I tried to make a talk application in Java using AI "A3RT"
Create a java web application development environment with docker for mac part2
Connect to Aurora (MySQL) from a Java application
java I tried to break a simple block
I tried to create a LINE clone app
I tried to create Alexa skill in Java
I tried to create a portfolio with AWS, Docker, CircleCI, Laravel [with reference link]
I tried to make a machine learning application with Dash (+ Docker) part3 ~ Practice ~
I tried to clone a web application full of bugs with Spring Boot
I tried to create a method to apply multiple filters at once with Java Stream API. Is this okay?
I tried to make a program that searches for the target class from the process that is overloaded with Java
Let's create a TODO application in Java 2 I want to create a template with Spring Initializr and make a Hello world
[Java] I installed JDBC and tried to connect with servlet + MySQL. (There is a version using DAO / Bean)
I tried to implement TCP / IP + BIO with JAVA
[Java 11] I tried to execute Java without compiling with javac
[Beginner] Create a competitive game with basic Java knowledge
I started MySQL 5.7 with docker-compose and tried to connect
I tried OCR processing a PDF file with Java
I tried to implement Stalin sort with Java Collector
I want to get along with Map [Java beginner]
I want to create a generic annotation for a type
Connect to DB with Java
Connect to MySQL 8 with Java
Tutorial to create a blog with Rails for beginners Part 1
How to create a lightweight container image for Java apps
[Beginner] Try to make a simple RPG game with Java ①
[Beginner] I made a program to sell cakes in Java
I want to make a list with kotlin and java!
I want to make a function with kotlin and java!
Even in Java, I want to output true with a == 1 && a == 2 && a == 3
Tutorial to create a blog with Rails for beginners Part 2
I tried to implement a buggy web application in Kotlin
I tried to make a client of RESAS-API in Java
I tried OCR processing a PDF file with Java part2
Tutorial to create a blog with Rails for beginners Part 0
Create a simple DRUD application with Java + SpringBoot + Gradle + thymeleaf (1)
A story that I struggled to challenge a competition professional with Java
I tried to create a simple map app in Android Studio
I want to create a chat screen for the Swift chat app!
I tried running a letter of credit transaction application with Corda 1
I can't create a Java class with a specific name in IntelliJ
I tried to create a Spring MVC development environment on Mac
I tried UDP communication with Java
[Java] How to create a folder
I tried to make a machine learning application with Dash (+ Docker) part2 ~ Basic way of writing Dash ~
I made a method to ask for Premium Friday (Java 8 version)
I tried to build a simple application using Dockder + Rails Scaffold
[Java] I tried to make a maze by the digging method ♪
[Introduction to JSP + Servlet] I played with it for a while ♬
I tried to summarize Java 8 now