Angular App Azure Deployment | Azure Devops | Azure Static Web Hosting

Поделиться
HTML-код
  • Опубликовано: 4 дек 2024

Комментарии • 10

  • @sivas4861
    @sivas4861 2 года назад

    Hi sir in my project they r using react JS for dev env . procedure will be different for build and release , once i follow this build okat but release not storing on drop little confusion can u please clarify.

    • @azureteachnet
      @azureteachnet  2 года назад

      React has the default build folder as "build" and it is different thatn angular's dist folder. If you want the same pipeline to work, just change the default build folder to "dist" or change the pipeline to look for react's build folder rather it is looking for the files in dist folder.

  • @klam8080
    @klam8080 2 года назад

    I got "No hosted parallelism has been purchased or granted" when running the pipeline. The project is public with free tier.

    • @azureteachnet
      @azureteachnet  2 года назад

      Please go to the link that it is showing in the log and request the agent. It is very simple. It may take a day or two to get it approved.

    • @klam8080
      @klam8080 2 года назад +1

      @@azureteachnet Thanks for the reply. I actually filled out that form two days ago and yesterday I tried to run the pipeline and got the same error. I am submitting that form again and will try tomorrow to see if it makes any difference.

    • @klam8080
      @klam8080 2 года назад

      In fact this morning I got a confirmation email from azpipelines for the first request. now it can run successfully.

    • @azureteachnet
      @azureteachnet  2 года назад

      @@klam8080 ok

  • @shavetachatak6896
    @shavetachatak6896 Год назад

    How can we deploy and RUN Sql Scripts on the database server with Pipeline? I tried Azure SQL Deploy task but it did not work. Pls guide

    • @azureteachnet
      @azureteachnet  Год назад

      May i know the error if it is showing?

    • @shavetachatak6896
      @shavetachatak6896 Год назад

      @@azureteachnetThank you for replying back. I am using SQL Server Database Deploy task to execute my sql query, When I select the option "Deploy SQL Using" and try to select an SQL file from the drop package, there is no path to select. and if I manually add the path of my Linked artifacts, it errors out saying " ##[error]No files were found to deploy with a search pattern"