Member-only story
Azure Artifacts- DevOps
Azure Artifacts enables developers to efficiently manage all their dependencies from one place. With Azure Artifacts, developers can publish packages to their feeds and share them within their team, across organizations, and even publicly across the internet.

Azure Artifacts if you need to share packages within the same team, across organizations, or even publicly.
buymeacoffee ☕ 👈 Click the link
Create a new project

Goto azure repository → Import a repository
https://github.com/Ibrahimsi/nike_landing_page.git

Successfully imported

Create a Webapp in Azure portal
App Services → Create → Web App

Modify the configuration setting
Note: You must set the app settings as below to disable all file caching:

Add 2 New application setting
Name: WEBSITE_DYNAMIC_CACHE
Value: 0

Name: WEBSITE_ENABLE_SYNC_UPDATE_SITE
Value: never

Save the changes