-
Notifications
You must be signed in to change notification settings - Fork 21.8k
Update storage-blob-static-website.md #126927
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
base: main
Are you sure you want to change the base?
Conversation
## Prerequisites 1. An Azure account 2. An Azure Storage account
@egiberne : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
Learn Build status updates of commit e98870f: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Can you review the proposed changes? Important: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
@stevenmatthew Could you review this proposed update to your article and enter Thanks! |
@@ -17,6 +17,10 @@ Azure Blob Storage is ideal for storing large amounts of unstructured data such | |||
|
|||
If you need a web server to render content, you can use [Azure App Service](https://azure.microsoft.com/services/app-service/). | |||
|
|||
## Prerequisites | |||
1. An Azure account with an active subscription. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- An Azure account with an active subscription. Create an account for free.
@@ -17,6 +17,10 @@ Azure Blob Storage is ideal for storing large amounts of unstructured data such | |||
|
|||
If you need a web server to render content, you can use [Azure App Service](https://azure.microsoft.com/services/app-service/). | |||
|
|||
## Prerequisites | |||
1. An Azure account with an active subscription. | |||
2. An Azure Storage account with a container in a general-purpose V2 or BlockBlobStorage. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- An Azure storage account resource. To learn how to create a storage account, see the Create an Azure storage account article.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the update. I've added links to create an Azure account and create a storage account. The storage account needn't have a container - enabling the static site hosting will add the container for you. ;)
@egiberne - Can you respond to the requested changes or let us know if you would like us to commit them? @stevenmatthew - When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
Add the prerequisites to start the tutorial