-
Notifications
You must be signed in to change notification settings - Fork 27
deploy web app to azure blob storage #137
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
deploy web app to azure blob storage #137
Conversation
…33-github-actions-deploy-app Feature/team1 issue133 GitHub actions deploy app
@@ -10,7 +10,7 @@ let UserSingleTask = () => { | |||
console.log(userId, taskId) | |||
|
|||
useEffect(() => { | |||
fetch(`https://nsc-functionsapp-team1.azurewebsites.net/api/users/${userId}/tasks/${taskId}`) | |||
fetch(`https://nsc-fun-dev-usw2-thursday.azurewebsites.net/api/users/${userId}/tasks/${taskId}`) |
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.
Updated!
@@ -11,7 +11,7 @@ var UserTasks = () => { | |||
useEffect(() => { | |||
setUserTasks(['loading']); | |||
|
|||
fetch(`https://nsc-functionsapp-team1.azurewebsites.net/api/users/${userId}/tasks?`) | |||
fetch(`https://nsc-fun-dev-usw2-thursday.azurewebsites.net/api/users/${userId}/tasks?`) |
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.
Updated!
@@ -10,9 +10,15 @@ var User = () => { | |||
var {userId} = useParams(); | |||
|
|||
useEffect(() => { | |||
fetch(`https://nsc-functionsapp-team1.azurewebsites.net/api/users/${userId}?`) | |||
fetch(`https://nsc-fun-dev-usw2-thursday.azurewebsites.net/api/users/${userId}?`) |
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.
Updated!
@@ -11,7 +11,7 @@ export default class Users extends Component { | |||
}; | |||
|
|||
async componentDidMount() { | |||
const url = 'https://nsc-functionsapp-team1.azurewebsites.net/api/users'; | |||
const url = 'https://nsc-fun-dev-usw2-thursday.azurewebsites.net/api/users'; |
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.
And thanks for updating users as well.
@@ -1,6 +1,4 @@ | |||
.App { |
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.
Good clean up.
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.
Overall, good updates, cleanup, and deployment work like a charm, brother. You should apply to AWS.
issue [Task] Github action to deploy React app to the new storage account #133
deploy APP (UI) to azure blob storage
how to use =>
spent time =>