Skip to content
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

User Story 208753 - App Service Backup #316

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

TomArcherMsft
Copy link
Collaborator

@TomArcherMsft TomArcherMsft changed the title User Story 208753 User Story 208753 - App Service Backup Feb 7, 2024
Copy link
Member

@lonegunmanb lonegunmanb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @TomArcherMsft for opening this pr! One comment and one question.

file = false
}

start = "2024-01-01"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would this hard code date be invalid from next year? Could we try formatdate("YYYY-MM-DD", timestamp()) for start, and formatdate("YYYY-MM-DD", timeadd(timestamp(), "8765h")) for expire, and add a comment to tell the reader, this dynamic date is only for testing purpose, please do not follow in the production environment?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done


backup {
name = "Example"
storage_account_url = "https://${azurerm_storage_account.example.name}.blob.core.windows.net/${azurerm_storage_container.example.name}${data.azurerm_storage_account_sas.example.sas}&sr=b"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A question: I saw there's a question mark as delimiter in the url here, do we need a delimiter after ${azurerm_storage_container.example.name}?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ms-henglu This PR comes from your batch of samples. Could you please reply to Zijie about the delimiter and let me know what I need to change? Thanks.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @TomArcherMsft , would you please share me the link of my samples? So I could help investigate. Thanks!

@stemaMSFT
Copy link
Member

@TomArcherMsft are you still planning on working on this one? Saw it on our backlog.

@TomArcherMsft
Copy link
Collaborator Author

@TomArcherMsft are you still planning on working on this one? Saw it on our backlog.

@stemaMSFT Yes, I'm working on it now. Thanks for checking!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants