Site deployed successfully

Edit this page by replacing one file.

Your site is live at customera1.kaditechnology.com. To change what visitors see, connect to your storage container and edit index.html.

How to update your site

1
Connect with your SFTP client

Use WinSCP, FileZilla, Cyberduck, or a VS Code SFTP extension with the credentials provided for your deployment.

2
Open /index.html

The file path is /index.html at the root of your container. Replace its contents with your own HTML.

3
Save and refresh

Your site pod syncs from storage automatically, so changes should appear on the live site within a few seconds.

Starter file

<!doctype html>
<html>
  <head>
    <meta charset="utf-8">
    <title>My website</title>
  </head>
  <body>
    <h1>Hello from customera1</h1>
    <p>This page is now mine to edit.</p>
  </body>
</html>

Deployment details

Live URL https://customera1.kaditechnology.com
SFTP Host kaditechportalsftp01.blob.core.windows.net
SFTP Port 22
SFTP Username Format kaditechportalsftp01.<your-sftp-username>
Container customera1
File to edit /index.html
Connect to kaditechportalsftp01.blob.core.windows.net, not your public website hostname. After login, open /index.html and save your changes there.

What happens next

  • Your domain stays the same while you edit the files.
  • You can fully replace this page with your own design.
  • Your SFTP username usually looks like kaditechportalsftp01.yourusername.
  • If the page does not update immediately, wait a few seconds and refresh.
  • If you upload images, CSS, or JavaScript files, keep them in the same container and reference them with relative paths such as ./styles.css or ./images/logo.png.